Don't run Gnosis external tests without optimization

- They fail because the code size exceeds 24576 bytes.
This commit is contained in:
Kamil Śliwak 2020-12-02 00:22:34 +01:00
parent a3c5d37d02
commit d00bf35d6d
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ function test_fn { npm test; }
function gnosis_safe_test
{
OPTIMIZER_LEVEL=1
OPTIMIZER_LEVEL=2
CONFIG="truffle-config.js"
truffle_setup "$SOLJSON" https://github.com/solidity-external-tests/safe-contracts.git v2_070

View File

@ -30,7 +30,7 @@ function test_fn { npm test; }
function gnosis_safe_test
{
OPTIMIZER_LEVEL=1
OPTIMIZER_LEVEL=2
CONFIG="truffle-config.js"
truffle_setup "$SOLJSON" https://github.com/solidity-external-tests/safe-contracts.git development_070_new