From deebbb107dad6b2a4224ec93957d0847ff83b61b Mon Sep 17 00:00:00 2001 From: Mikhail Aksenov Date: Wed, 28 Feb 2024 17:24:50 +0200 Subject: [PATCH] Fix localhost --- .github/workflows/run_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: |