Skip to content

Commit

Permalink
Simplify to only run with KYBER_K=3
Browse files Browse the repository at this point in the history
Signed-off-by: Rod Chapman <[email protected]>
  • Loading branch information
rod-chapman committed Jun 18, 2024
1 parent 0740c9c commit 36ef186
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,4 @@ jobs:
shell: nix develop .#ci -c bash -e {0}
run: |
cd cbmc/proofs;
KYBER_K=2 ./run-cbmc-proofs.py --summarize -j1 --verbose --debug;
KYBER_K=3 ./run-cbmc-proofs.py --summarize -j1 --verbose --debug;
KYBER_K=4 ./run-cbmc-proofs.py --summarize -j1 --verbose --debug;

0 comments on commit 36ef186

Please sign in to comment.