diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 786412f..f390b80 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -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: |