Skip to content

Commit af08607

Browse files
authored
ml-dsa: cargo build --benches in github workflow (#922)
1 parent 00872d3 commit af08607

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ml-dsa.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
- uses: dtolnay/rust-toolchain@master
3131
with:
3232
toolchain: ${{ matrix.rust }}
33+
- run: cargo build --benches
34+
- run: cargo build --benches --all-features
3335
- run: cargo test --release
3436
- run: cargo test --all-features --release

0 commit comments

Comments
 (0)