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 deebbb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
run: |
npm install
- name: Hadrhat tests
- name: Hadrhat deploy
run: |
npx hardhat test
npx hardhat deploy --network localhost
- name: Hadrhat deploy
- name: Hadrhat tests
run: |
npx hardhat deploy
npx hardhat test --network localhost
- name: Verification of all zkllvm proofs
run: |
Expand Down

0 comments on commit deebbb1

Please sign in to comment.