Skip to content

Commit

Permalink
Restrict to 1 process at a time for CBMC.
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 aad5fac commit 7f41067
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 @@ -114,6 +114,6 @@ jobs:
shell: nix develop .#ci -c bash -e {0}
run: |
cd cbmc/proofs;
KYBER_K=2 ./run-cbmc-proofs.py --summarize;
KYBER_K=3 ./run-cbmc-proofs.py --summarize;
KYBER_K=4 ./run-cbmc-proofs.py --summarize;
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;

0 comments on commit 7f41067

Please sign in to comment.