Skip to content

Commit

Permalink
Add prover test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Nov 15, 2022
1 parent 9f0b414 commit 93513bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/contracts-near.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
fi
timeout-minutes: 40

- job-name: test eth-prover
cmd: |
cd contracts/near/eth-prover
./test.sh
timeout-minutes: 20

- job-name: test eth-client
cmd: |
cd contracts/near/eth-client
Expand Down

0 comments on commit 93513bf

Please sign in to comment.