mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename t_ems_ext to t_ext since the job also supports native builds
This commit is contained in:
parent
ce27eecb93
commit
3b2bb4ba50
@ -1211,7 +1211,7 @@ jobs:
|
|||||||
yarn test
|
yarn test
|
||||||
- matrix_notify_failure_unless_pr
|
- matrix_notify_failure_unless_pr
|
||||||
|
|
||||||
t_ems_ext:
|
t_ext:
|
||||||
parameters:
|
parameters:
|
||||||
project:
|
project:
|
||||||
type: string
|
type: string
|
||||||
@ -1626,23 +1626,23 @@ workflows:
|
|||||||
- t_ems_solcjs: *requires_b_ems
|
- t_ems_solcjs: *requires_b_ems
|
||||||
- t_ems_ext_hardhat: *requires_b_ems
|
- t_ems_ext_hardhat: *requires_b_ems
|
||||||
|
|
||||||
- t_ems_ext: *job_ems_compile_ext_colony
|
- t_ext: *job_ems_compile_ext_colony
|
||||||
|
|
||||||
- t_ems_ext: *job_native_test_ext_gnosis
|
- t_ext: *job_native_test_ext_gnosis
|
||||||
- t_ems_ext: *job_native_test_ext_zeppelin
|
- t_ext: *job_native_test_ext_zeppelin
|
||||||
- t_ems_ext: *job_native_test_ext_ens
|
- t_ext: *job_native_test_ext_ens
|
||||||
- t_ems_ext: *job_native_test_ext_trident
|
- t_ext: *job_native_test_ext_trident
|
||||||
- t_ems_ext: *job_native_test_ext_euler
|
- t_ext: *job_native_test_ext_euler
|
||||||
- t_ems_ext: *job_native_test_ext_yield_liquidator
|
- t_ext: *job_native_test_ext_yield_liquidator
|
||||||
- t_ems_ext: *job_native_test_ext_bleeps
|
- t_ext: *job_native_test_ext_bleeps
|
||||||
- t_ems_ext: *job_native_test_ext_pool_together
|
- t_ext: *job_native_test_ext_pool_together
|
||||||
- t_ems_ext: *job_native_test_ext_perpetual_pools
|
- t_ext: *job_native_test_ext_perpetual_pools
|
||||||
- t_ems_ext: *job_native_test_ext_uniswap
|
- t_ext: *job_native_test_ext_uniswap
|
||||||
- t_ems_ext: *job_native_test_ext_prb_math
|
- t_ext: *job_native_test_ext_prb_math
|
||||||
- t_ems_ext: *job_native_test_ext_elementfi
|
- t_ext: *job_native_test_ext_elementfi
|
||||||
- t_ems_ext: *job_native_test_ext_brink
|
- t_ext: *job_native_test_ext_brink
|
||||||
- t_ems_ext: *job_native_test_ext_chainlink
|
- t_ext: *job_native_test_ext_chainlink
|
||||||
- t_ems_ext: *job_native_test_ext_gp2
|
- t_ext: *job_native_test_ext_gp2
|
||||||
|
|
||||||
- c_ext_benchmarks:
|
- c_ext_benchmarks:
|
||||||
<<: *requires_nothing
|
<<: *requires_nothing
|
||||||
@ -1737,4 +1737,4 @@ workflows:
|
|||||||
|
|
||||||
# Emscripten build and tests that take more than 15 minutes to execute
|
# Emscripten build and tests that take more than 15 minutes to execute
|
||||||
- b_ems: *requires_nothing
|
- b_ems: *requires_nothing
|
||||||
- t_ems_ext: *job_ems_test_ext_colony
|
- t_ext: *job_ems_test_ext_colony
|
||||||
|
Loading…
Reference in New Issue
Block a user