Skip to content

Commit

Permalink
Revert adding --no-use-booster in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palinatolmach committed Sep 5, 2023
1 parent 578cbd5 commit b9aa27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: 'Build Foundry'
run: docker exec -u github-user kevm-ci-foundry-${GITHUB_SHA} /bin/bash -c 'make build-foundry -j2'
- name: 'Foundry Prove'
run: docker exec -u github-user kevm-ci-foundry-${GITHUB_SHA} /bin/bash -c 'make test-foundry-prove PYTEST_ARGS=-vv --no-use-booster'
run: docker exec -u github-user kevm-ci-foundry-${GITHUB_SHA} /bin/bash -c 'make test-foundry-prove PYTEST_ARGS=-vv'
- name: 'Tear down Docker'
if: always()
run: |
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- name: 'Build Foundry'
run: docker exec -u github-user kevm-ci-booster-${GITHUB_SHA} /bin/bash -c 'make build-foundry -j2'
- name: 'Foundry Prove'
run: docker exec -u github-user kevm-ci-booster-${GITHUB_SHA} /bin/bash -c 'make test-foundry-prove PYTEST_ARGS="-vv"'
run: docker exec -u github-user kevm-ci-booster-${GITHUB_SHA} /bin/bash -c 'make test-foundry-prove PYTEST_ARGS="-vv --use-booster"'
- name: 'Tear down Docker'
if: always()
run: |
Expand Down

0 comments on commit b9aa27f

Please sign in to comment.