Skip to content

Commit

Permalink
fix: halmos deprecated argument
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Jun 19, 2024
1 parent 2ea9467 commit dedf746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
echo "key length" ${#CERTORAKEY}
make -C certora munged-simple
make -C certora munged-fifo
certora certora/confs/${{ matrix.conf }}.conf
certoraRun certora/confs/${{ matrix.conf }}.conf
env:
CERTORAKEY: ${{ secrets.CERTORAKEY }}
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 --symbolic-storage --error-unknown --test-parallel --solver-parallel --solver-timeout-assertion 0
run: halmos --function testProve --loop 4 --symbolic-storage --test-parallel --solver-parallel --solver-timeout-assertion 0

0 comments on commit dedf746

Please sign in to comment.