mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CI: Remove superfluous/unused test_ dicts
This commit is contained in:
parent
2d45099a87
commit
e9708105a4
@ -219,14 +219,6 @@ defaults:
|
||||
parallelism: 6
|
||||
<<: *steps_soltest_all
|
||||
|
||||
- test_asan: &test_asan
|
||||
<<: *test_ubuntu2004
|
||||
<<: *steps_soltest
|
||||
|
||||
- test_ubuntu2004_clang_cli: &test_ubuntu2004_clang_cli
|
||||
docker:
|
||||
- image: << pipeline.parameters.ubuntu-2004-clang-docker-image >>
|
||||
<<: *steps_cmdline_tests
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# Workflow Templates
|
||||
@ -806,7 +798,7 @@ jobs:
|
||||
<<: *steps_cmdline_tests
|
||||
|
||||
t_ubu_asan:
|
||||
<<: *test_asan
|
||||
<<: *test_ubuntu2004
|
||||
environment:
|
||||
EVM: << pipeline.parameters.evm-version >>
|
||||
OPTIMIZE: 0
|
||||
|
Loading…
Reference in New Issue
Block a user