Skip to content

Commit

Permalink
Make test-gen-proofs with single thread
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Sep 28, 2023
1 parent f2e6aa2 commit 240ed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
args: --all --manifest-path arbitrator/Cargo.toml -- --check

- name: Make proofs from test cases
run: make -j test-gen-proofs
run: make test-gen-proofs

- name: Create code-coverage files
run: |
Expand Down

0 comments on commit 240ed8d

Please sign in to comment.