aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index b93c8783d..3bfe5ef03 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -68,5 +68,11 @@ jobs:
68 runs-on: ubuntu-latest 68 runs-on: ubuntu-latest
69 steps: 69 steps:
70 - uses: actions/checkout@v2 70 - uses: actions/checkout@v2
71 - name: Test 71
72 run: cd embassy-sync && cargo test 72 - name: Test boot
73 working-directory: ./embassy-boot/boot
74 run: cargo test && cargo test --features "ed25519-dalek" && cargo test --features "ed25519-salty"
75
76 - name: Test sync
77 working-directory: ./embassy-sync
78 run: cargo test