From 9e56b59f67d3747cffd01334addcb52b0eea889b 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 786412f..c046427 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -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: |