Skip to content

Update snark-verifier version to match the one of zeropool-near #136

Update snark-verifier version to match the one of zeropool-near

Update snark-verifier version to match the one of zeropool-near #136

Workflow file for this run

on: [push, pull_request]
name: Check and test
jobs:
check_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: cargo test