mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
test
This commit is contained in:
parent
976a10f57b
commit
75d5ff6e8d
2 changed files with 2 additions and 6 deletions
2
.github/workflows/ci-test.yml
vendored
2
.github/workflows/ci-test.yml
vendored
|
|
@ -33,4 +33,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run Hardhat tests against devnet-with-contracts
|
- name: Run Hardhat tests against devnet-with-contracts
|
||||||
working-directory: hardhat
|
working-directory: hardhat
|
||||||
run: npx hardhat test --network localhost
|
run: npx hardhat test
|
||||||
|
|
@ -2,10 +2,6 @@ require("@nomicfoundation/hardhat-toolbox");
|
||||||
|
|
||||||
/** @type import('hardhat/config').HardhatUserConfig */
|
/** @type import('hardhat/config').HardhatUserConfig */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
networks: {
|
|
||||||
localhost: {
|
|
||||||
url: "http://127.0.0.1:8545",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
solidity: "0.8.28",
|
solidity: "0.8.28",
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue