mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Force the use of latest Truffle in ENS external tests
This commit is contained in:
parent
bbf2471f64
commit
23a9e517e7
@ -36,6 +36,10 @@ function ens_test
|
||||
export CONFIG="truffle-config.js"
|
||||
|
||||
truffle_setup https://github.com/solidity-external-tests/ens.git upgrade-0.8.0
|
||||
|
||||
# Use latest Truffle. Older versions crash on the output from 0.8.0.
|
||||
force_truffle_version ^5.1.55
|
||||
|
||||
run_install install_fn
|
||||
|
||||
truffle_run_test compile_fn test_fn
|
||||
|
Loading…
Reference in New Issue
Block a user