Add optimizer to CI run to properly test EOF code.

This commit is contained in:
Daniel Kirchner 2022-12-21 23:17:43 +01:00
parent dc7f6858bb
commit 0d7d0bfa78

View File

@ -1039,7 +1039,7 @@ jobs:
<<: *base_ubuntu2004_large <<: *base_ubuntu2004_large
environment: environment:
EVM: "shanghai" EVM: "shanghai"
SOLTEST_FLAGS: "--eof-version 1" SOLTEST_FLAGS: "--eof-version 1 --optimize"
BOOST_TEST_ARGS: "-t sem*" BOOST_TEST_ARGS: "-t sem*"
steps: steps:
- run: - run: