Skip to content

Commit

Permalink
fixup fuzz ci
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 6, 2024
1 parent 4a3c207 commit 3df061e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/mlkem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,18 @@ jobs:
- uses: actions/checkout@v4

- name: πŸ› οΈ Setup Rust Nightly
run: rustup toolchain install nightly
run: |
rustup toolchain install nightly
cargo install cargo-fuzz
- name: Update dependencies
- name: πŸ› οΈ Update dependencies
run: cargo update

- run: πŸƒπŸ»β€β™€οΈ Decaps
- name: πŸƒπŸ»β€β™€οΈ Decaps
run: CARGO_PROFILE_RELEASE_LTO=false cargo +nightly fuzz run decaps -- -runs=100000

- run: πŸƒπŸ»β€β™€οΈ Encaps
- name: πŸƒπŸ»β€β™€οΈ Encaps
run: CARGO_PROFILE_RELEASE_LTO=false cargo +nightly fuzz run encaps -- -runs=100000

- run: πŸƒπŸ»β€β™€οΈ KeyGen
- name: πŸƒπŸ»β€β™€οΈ KeyGen
run: CARGO_PROFILE_RELEASE_LTO=false cargo +nightly fuzz run keygen -- -runs=1000000

0 comments on commit 3df061e

Please sign in to comment.