chore: disable pnpm verify
This commit is contained in:
parent
443cbfc9c4
commit
855b40975f
|
@ -160,6 +160,8 @@ jobs:
|
|||
echo "## Coverage result" >> $GITHUB_STEP_SUMMARY
|
||||
echo "✅ Uploaded to Codecov" >> $GITHUB_STEP_SUMMARY
|
||||
verify:
|
||||
# TODO: Write Rln certora spec
|
||||
if: false
|
||||
needs: ["lint", "build"]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
@ -5,5 +5,5 @@ methods {
|
|||
rule checkDefaultRootIsCorrect {
|
||||
uint256 defaultRoot = 15019797232609675441998260052101280400536945603062888308240081994073687793470;
|
||||
|
||||
assert root() == input;
|
||||
assert root() == defaultRoot;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue