Skip to content

Commit

Permalink
slh-dsa: fix --no-default-features tests (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
erdnaxe committed Sep 4, 2024
1 parent 132b046 commit 9d92fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slh-dsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
- run: cargo check --all-features
- run: cargo test --no-default-features TODO
- run: cargo test --no-default-features
- run: cargo test
- run: cargo test --all-features

0 comments on commit 9d92fd8

Please sign in to comment.