Skip to content

Commit

Permalink
Fix prover unit tests and disable integration tests (#876)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill <kirill@aurora.dev>
  • Loading branch information
karim-en and sept-en authored Feb 16, 2023
1 parent aef9364 commit d8e3def
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 1,098 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: 40

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

0 comments on commit d8e3def

Please sign in to comment.