ci: ad nightly flag to embassy-boot tests

This commit is contained in:
sander 2023-04-20 10:47:40 +02:00
parent 0e01b28d5e
commit 3bf41e9a06

View file

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