embassy-boot: ensure tests can run on the stable compiler

This commit is contained in:
sander
2023-04-20 10:56:59 +02:00
parent 3bf41e9a06
commit a73f9474a0
3 changed files with 6 additions and 5 deletions

View File

@ -71,7 +71,7 @@ jobs:
- name: Test boot
working-directory: ./embassy-boot/boot
run: cargo test --features nightly && cargo test --features "ed25519-dalek,nightly" && cargo test --features "ed25519-salty,nightly"
run: cargo test && cargo test --features nightly && cargo test --features "ed25519-dalek,nightly" && cargo test --features "ed25519-salty,nightly"
- name: Test sync
working-directory: ./embassy-sync