Skip to content

Commit 72115a9

Browse files
committed
ci: remove --test-parallel flag that will be deprecated in the next release
1 parent f5aac05 commit 72115a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-foundry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
run: python3 -m pip install --upgrade halmos
4848

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

0 commit comments

Comments
 (0)