Skip to content

Commit

Permalink
feat: use configuration file instead of script
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Oct 17, 2023
1 parent e4aca4c commit d7f4f95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
script:
- verifyAccrueInterest.sh
- verifyConsistentState.sh
- certoraRun certora/configuration/ConsistentState.conf
- verifyExactMath.sh
- verifyExitLiquidity.sh
- verifyHealth.sh
Expand Down
8 changes: 8 additions & 0 deletions certora/configuration/ConsistentState.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"files": [
"certora/harness/MorphoHarness.sol"
],
"msg": "Morpho Blue Consistent State",
"process": "emv",
"verify": "MorphoHarness:certora/specs/ConsistentState.spec"
}
9 changes: 0 additions & 9 deletions certora/scripts/verifyConsistentState.sh

This file was deleted.

0 comments on commit d7f4f95

Please sign in to comment.