Skip to content

Commit

Permalink
Certora Workfile Updated (#904)
Browse files Browse the repository at this point in the history
This PR adds the FV rules introduced in #901 to the workflow.
  • Loading branch information
remedcu authored Jan 21, 2025
1 parent 2a599c4 commit 8ebd505
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 @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rule: ["owner", "safe", "module", "nativeTokenRefund", "signatures", "safeMigration", "safeToL2Migration", "safeToL2Setup"]
rule: ["execute", "extensible", "fallback", "guards", "hash", "module", "nativeTokenRefund", "owner", "safe", "safeMigration", "safeToL2Migration", "safeToL2Setup", "setup", "signatures"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion certora/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
certora-cli==7.10.1
certora-cli==7.22.2

0 comments on commit 8ebd505

Please sign in to comment.