mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-07 15:53:07 +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:
|
rule:
|
||||||
- verify:marketplace
|
- verify:marketplace
|
||||||
- verify:state_changes
|
- verify:state_changes
|
||||||
|
- verify:vault
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,8 @@
|
|||||||
"deploy": "hardhat deploy",
|
"deploy": "hardhat deploy",
|
||||||
"verify": "npm run verify:marketplace && npm run verify:state_changes",
|
"verify": "npm run verify:marketplace && npm run verify:state_changes",
|
||||||
"verify:marketplace": "certoraRun certora/confs/Marketplace.conf",
|
"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": {
|
"devDependencies": {
|
||||||
"@nomiclabs/hardhat-ethers": "^2.2.1",
|
"@nomiclabs/hardhat-ethers": "^2.2.1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user