Skip to content

Commit

Permalink
ci: remove --test-parallel flag that will be deprecated in the next r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
daejunpark committed Sep 25, 2024
1 parent f5aac05 commit 72115a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
run: python3 -m pip install --upgrade halmos

- name: Run halmos
run: halmos --function testProve --loop 4 --test-parallel --solver-timeout-assertion 0
run: halmos --function testProve --loop 4 --solver-timeout-assertion 0

0 comments on commit 72115a9

Please sign in to comment.