mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
test without hardhat network
This commit is contained in:
parent
ee183e5f6d
commit
105f9eb655
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-devnet.yml
vendored
2
.github/workflows/deploy-devnet.yml
vendored
|
|
@ -114,7 +114,7 @@ jobs:
|
|||
|
||||
- name: Run Hardhat tests
|
||||
working-directory: ./hardhat
|
||||
run: npx hardhat test --network localhost
|
||||
run: npx hardhat test # --network localhost
|
||||
|
||||
- name: Stop and remove test container
|
||||
run: docker rm -f test-node
|
||||
Loading…
Reference in a new issue