mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13229 from ethereum/temp-fix-ext
Fix external test ens
This commit is contained in:
commit
2e334c30ae
@ -37,8 +37,8 @@ function test_fn { yarn test; }
|
|||||||
function ens_test
|
function ens_test
|
||||||
{
|
{
|
||||||
local repo="https://github.com/ensdomains/ens-contracts.git"
|
local repo="https://github.com/ensdomains/ens-contracts.git"
|
||||||
local ref_type=branch
|
local ref_type=commit
|
||||||
local ref="master"
|
local ref="083d29a2c50cd0a8307386abf8fadc217b256256"
|
||||||
local config_file="hardhat.config.js"
|
local config_file="hardhat.config.js"
|
||||||
|
|
||||||
local compile_only_presets=(
|
local compile_only_presets=(
|
||||||
|
Loading…
Reference in New Issue
Block a user