Merge pull request #12662 from ethereum/ubsanDisableSMT

Disable running smt tests in ubsan runs.
This commit is contained in:
Daniel Kirchner 2022-02-14 13:58:52 +01:00 committed by GitHub
commit d29709e741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1098,6 +1098,7 @@ jobs:
parallelism: 20
environment:
EVM: << pipeline.parameters.evm-version >>
SOLTEST_FLAGS: --no-smt
<<: *steps_soltest
t_ubu_ubsan_clang_cli: