We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f392cc commit db042b1Copy full SHA for db042b1
.github/workflows/test-pr.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: 'Build Foundry'
110
run: docker exec -t kevm-ci-foundry-${GITHUB_SHA} /bin/bash -c 'make build-foundry -j2'
111
- name: 'Test Foundry'
112
- run: docker exec -t kevm-ci-foundry-${GITHUB_SHA} /bin/bash -c 'make test-foundry -j2 FOUNDRY_PAR=4'
+ run: docker exec -t kevm-ci-foundry-${GITHUB_SHA} /bin/bash -c 'make test-foundry -j3 FOUNDRY_PAR=4'
113
- name: 'Tear down Docker'
114
if: always()
115
run: |
0 commit comments