mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Don't run Gnosis external tests without optimization
- They fail because the code size exceeds 24576 bytes.
This commit is contained in:
parent
a3c5d37d02
commit
d00bf35d6d
@ -30,7 +30,7 @@ function test_fn { npm test; }
|
|||||||
|
|
||||||
function gnosis_safe_test
|
function gnosis_safe_test
|
||||||
{
|
{
|
||||||
OPTIMIZER_LEVEL=1
|
OPTIMIZER_LEVEL=2
|
||||||
CONFIG="truffle-config.js"
|
CONFIG="truffle-config.js"
|
||||||
|
|
||||||
truffle_setup "$SOLJSON" https://github.com/solidity-external-tests/safe-contracts.git v2_070
|
truffle_setup "$SOLJSON" https://github.com/solidity-external-tests/safe-contracts.git v2_070
|
||||||
|
@ -30,7 +30,7 @@ function test_fn { npm test; }
|
|||||||
|
|
||||||
function gnosis_safe_test
|
function gnosis_safe_test
|
||||||
{
|
{
|
||||||
OPTIMIZER_LEVEL=1
|
OPTIMIZER_LEVEL=2
|
||||||
CONFIG="truffle-config.js"
|
CONFIG="truffle-config.js"
|
||||||
|
|
||||||
truffle_setup "$SOLJSON" https://github.com/solidity-external-tests/safe-contracts.git development_070_new
|
truffle_setup "$SOLJSON" https://github.com/solidity-external-tests/safe-contracts.git development_070_new
|
||||||
|
Loading…
Reference in New Issue
Block a user