Skip to content

Commit

Permalink
test -j nproc/2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Oct 14, 2023
1 parent dbf8331 commit da098d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
coverage:
name: Run Arbitrator tests
runs-on: ubuntu-8
concurrency: arbitrator-ci
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -166,7 +167,7 @@ jobs:
args: --all --manifest-path arbitrator/Cargo.toml -- --check

- name: Make proofs from test cases
run: make -j test-gen-proofs
run: echo nproc/2:$(($(nproc)/2)); make -j $(($(nproc)/2)) test-gen-proofs

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

0 comments on commit da098d5

Please sign in to comment.