We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00872d3 commit af08607Copy full SHA for af08607
.github/workflows/ml-dsa.yml
@@ -30,5 +30,7 @@ jobs:
30
- uses: dtolnay/rust-toolchain@master
31
with:
32
toolchain: ${{ matrix.rust }}
33
+ - run: cargo build --benches
34
+ - run: cargo build --benches --all-features
35
- run: cargo test --release
36
- run: cargo test --all-features --release
0 commit comments