Skip to content

Commit

Permalink
test -j nproc on ubuntu-4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Oct 14, 2023
1 parent dbf8331 commit 6ab378f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ env:
jobs:
coverage:
name: Run Arbitrator tests
runs-on: ubuntu-8
runs-on: ubuntu-4
concurrency: arbitrator-ci2
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:$(nproc); make -j$(nproc) test-gen-proofs

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

0 comments on commit 6ab378f

Please sign in to comment.