Skip to content

Commit

Permalink
chore: disable pnpm verify
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Dec 5, 2023
1 parent 443cbfc commit 855b409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion certora/specs/Rln.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ methods {
rule checkDefaultRootIsCorrect {
uint256 defaultRoot = 15019797232609675441998260052101280400536945603062888308240081994073687793470;

assert root() == input;
assert root() == defaultRoot;
}

0 comments on commit 855b409

Please sign in to comment.