mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-02 13:23:10 +00:00
certora: run vault rules as part of the CI
This commit is contained in:
parent
cbe52b4934
commit
6d16b0c613
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -83,4 +83,5 @@ jobs:
|
||||
rule:
|
||||
- verify:marketplace
|
||||
- verify:state_changes
|
||||
- verify:vault
|
||||
|
||||
|
||||
@ -11,7 +11,8 @@
|
||||
"deploy": "hardhat deploy",
|
||||
"verify": "npm run verify:marketplace && npm run verify:state_changes",
|
||||
"verify:marketplace": "certoraRun certora/confs/Marketplace.conf",
|
||||
"verify:state_changes": "certoraRun certora/confs/StateChanges.conf"
|
||||
"verify:state_changes": "certoraRun certora/confs/StateChanges.conf",
|
||||
"verify:vault": "certoraRun certora/confs/Vault.conf"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nomiclabs/hardhat-ethers": "^2.2.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user