Skip to content

Commit

Permalink
Added contract tests to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Feb 20, 2022
1 parent f4329e6 commit 5f1cbf8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,10 @@ jobs:
cd solgen
yarn install
yarn hardhat --network localhost test test/geth
- name: Run other contract tests
run: |
npm install --global yarn
cd solgen
yarn install
yarn hardhat --network hardhat test test/hardhat

0 comments on commit 5f1cbf8

Please sign in to comment.