Skip to content

48 zkllvm verification #15

48 zkllvm verification

48 zkllvm verification #15

Workflow file for this run

name: EVM Placeholder verification tests
on:
push:
branches: [ master ]
pull_request:
concurrency:
group: ${{
( github.ref == 'refs/heads/master' &&
format('{0}/{1}', github.run_id, github.run_attempt) )
||
format('{0}/{1}', github.workflow, github.ref) }}
cancel-in-progress: true
jobs:
test:
runs-on: [ ubuntu-22.04 ]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install node dependencies
run: |
set -xe
npm i
- name: Run tests
run: |
set -eo pipefail
npx hardhat test
npx hardhat deploy
npx hardhat verify-circuit-proof-all