aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorsander <[email protected]>2023-04-20 10:47:40 +0200
committersander <[email protected]>2023-04-20 10:47:40 +0200
commit3bf41e9a06bab1b48b08fbc0b8f10d00b47b936e (patch)
tree277f387a76994c62edbf48949a4ea78dab1caf30 /.github/workflows/rust.yml
parent0e01b28d5ecd56fc2d8b14fa0b90f3ec2b564b0f (diff)
ci: ad nightly flag to embassy-boot tests
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 3bfe5ef03..b8af7fcc9 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -71,7 +71,7 @@ jobs:
71 71
72 - name: Test boot 72 - name: Test boot
73 working-directory: ./embassy-boot/boot 73 working-directory: ./embassy-boot/boot
74 run: cargo test && cargo test --features "ed25519-dalek" && cargo test --features "ed25519-salty" 74 run: cargo test --features nightly && cargo test --features "ed25519-dalek,nightly" && cargo test --features "ed25519-salty,nightly"
75 75
76 - name: Test sync 76 - name: Test sync
77 working-directory: ./embassy-sync 77 working-directory: ./embassy-sync