Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ml-dsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
toolchain: ${{ matrix.rust }}
- run: cargo build --benches
- run: cargo build --benches --all-features
- name: Unoptimized small-stack regression
run: cargo test --all-features --test stack
env:
CARGO_PROFILE_DEV_OPT_LEVEL: 0
CARGO_PROFILE_TEST_OPT_LEVEL: 0
- run: cargo test --release
- run: cargo test --all-features --release
- run: cargo test --no-default-features --release
Expand Down
Loading
Loading