Skip to content

Commit

Permalink
Fix localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
makxenov committed Feb 28, 2024
1 parent a01292e commit 9e56b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Hadrhat tests
run: |
npx hardhat test
npx hardhat test --network localhost
- name: Hadrhat deploy
run: |
npx hardhat deploy
npx hardhat deploy --network localhost
- name: Verification of all zkllvm proofs
run: |
Expand Down

0 comments on commit 9e56b59

Please sign in to comment.