aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsander <[email protected]>2023-04-20 10:56:59 +0200
committersander <[email protected]>2023-04-20 10:56:59 +0200
commita73f9474a0dc4af1ebfb22d7960e6c4b3aca81bd (patch)
treec39b55c66f8c9f65e17aabb2f70b964e9dcb9e0a /.github
parent3bf41e9a06bab1b48b08fbc0b8f10d00b47b936e (diff)
embassy-boot: ensure tests can run on the stable compiler
Diffstat (limited to '.github')
-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 b8af7fcc9..79354fe70 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 --features nightly && cargo test --features "ed25519-dalek,nightly" && cargo test --features "ed25519-salty,nightly" 74 run: cargo test && 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