Skip to content

Commit

Permalink
Add js and solidity e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <[email protected]>
  • Loading branch information
jimthematrix committed Aug 7, 2024
1 parent 0d5f6ad commit 1d6ef94
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
circuit-build-test:
integration-test:
runs-on: ubuntu-latest
steps:
- name: Install circom
Expand Down Expand Up @@ -52,3 +52,15 @@ jobs:
working-directory: zkp/golang
run: |
make e2e
- name: Run js e2e tests
working-directory: zkp/js
run: |
npm install
npm run test:e2e
- name: Run Zeto Tokens hardhat tests
working-directory: solidity
run: |
npm install
npm t

0 comments on commit 1d6ef94

Please sign in to comment.