Skip to content

Commit

Permalink
Merge pull request #58 from matter-labs/lyova-add-ci-verifier-check
Browse files Browse the repository at this point in the history
Add CI check for generated verifier
  • Loading branch information
ly0va authored Oct 3, 2023
2 parents aca7475 + 89f3070 commit 239b243
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 139 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,23 @@ jobs:
- name: Run tests
run: yarn hardhat test

check-verifier-generator:
runs-on: ubuntu-latest

steps:
- name: Checkout the repository
uses: actions/checkout@v3
with:
submodules: "recursive"

- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.72.0

- name: Generete Verifier.sol
working-directory: tools
run: cargo run

- name: Compare
run: diff tools/data/Verifier.sol ethereum/contracts/zksync/Verifier.sol
Loading

0 comments on commit 239b243

Please sign in to comment.