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 a3f9730 commit 7c05496Copy full SHA for 7c05496
.github/workflows/formal-verification.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Verify specification
65
run: |
66
make -C certora apply
67
- node certora/run.js ${{ steps.arguments.outputs.result }} >> "$GITHUB_STEP_SUMMARY"
+ node certora/run.js ${{ steps.arguments.outputs.result }} --parallel 1 --verbose >> "$GITHUB_STEP_SUMMARY"
68
env:
69
CERTORAKEY: ${{ secrets.CERTORAKEY }}
70
0 commit comments