Skip to content

Commit

Permalink
Enable Verbose and Debug options when running proofs in CI
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 20, 2024
1 parent 4011879 commit fea6a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ jobs:
shell: nix develop .#ci-cbmc -c bash -e {0}
run: |
cd cbmc/proofs;
KYBER_K=2 ./run-cbmc-proofs.py --summarize -j1;
KYBER_K=3 ./run-cbmc-proofs.py --summarize -j1;
KYBER_K=4 ./run-cbmc-proofs.py --summarize -j1;
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 fea6a83

Please sign in to comment.