Run external tests on latest upstream code where possible

This commit is contained in:
Kamil Śliwak 2021-10-25 12:59:55 +02:00
parent 401dd4337a
commit b8aed7ca86
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ function ens_test
export OPTIMIZER_LEVEL=1
export CONFIG="truffle-config.js"
truffle_setup "$SOLJSON" https://github.com/solidity-external-tests/ens.git master_080
truffle_setup "$SOLJSON" https://github.com/ensdomains/ens.git master
# Use latest Truffle. Older versions crash on the output from 0.8.0.
force_truffle_version ^5.1.55

View File

@ -33,7 +33,7 @@ function zeppelin_test
OPTIMIZER_LEVEL=1
CONFIG="truffle-config.js"
truffle_setup "$SOLJSON" https://github.com/solidity-external-tests/openzeppelin-contracts.git master_080
truffle_setup "$SOLJSON" https://github.com/OpenZeppelin/openzeppelin-contracts.git master
run_install "$SOLJSON" install_fn
truffle_run_test "$SOLJSON" compile_fn test_fn