Skip to content

Commit 36c0883

Browse files
committed
limit parallelism
1 parent a3f9730 commit 36c0883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formal-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Verify specification
6565
run: |
6666
make -C certora apply
67-
node certora/run.js ${{ steps.arguments.outputs.result }} >> "$GITHUB_STEP_SUMMARY"
67+
node certora/run.js --parallel 1 ${{ steps.arguments.outputs.result }} >> "$GITHUB_STEP_SUMMARY"
6868
env:
6969
CERTORAKEY: ${{ secrets.CERTORAKEY }}
7070

0 commit comments

Comments
 (0)