Skip to content

Commit

Permalink
chore: add circuit tests t circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Jul 26, 2023
1 parent 2326009 commit a2d60be
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@ orbs:
node: circleci/[email protected]
rust: circleci/[email protected]
jobs:
run_circuit_tests:
docker:
- image: cimg/node:16.19-browsers
steps:
- checkout:
path: ~/zk-email-verify
- node/install-packages:
pkg-manager: yarn
app-dir: ~/zk-email-verify
- run:
command: yarn test
name: Run circom tests
working_directory: ~/zk-email-verify/packages/circuits

run_twitter_circuit_tests:
docker:
- image: cimg/node:16.19-browsers
steps:
- checkout:
path: ~/zk-email-verify
- node/install-packages:
pkg-manager: yarn
app-dir: ~/zk-email-verify
- run:
command: yarn test
name: Run circom tests
working_directory: ~/zk-email-verify/packages/twitter-verifier-circuits

run_forge_tests:
docker:
- image: ghcr.io/foundry-rs/foundry:latest
Expand Down

0 comments on commit a2d60be

Please sign in to comment.