mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CI: Fix job name for PRBMath external test
This commit is contained in:
parent
5539a745df
commit
d511fe93ab
@ -583,7 +583,7 @@ defaults:
|
|||||||
project: uniswap
|
project: uniswap
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '16'
|
nodejs_version: '16'
|
||||||
- job_native_test_prb_math: &job_native_test_prb_math
|
- job_native_test_ext_prb_math: &job_native_test_ext_prb_math
|
||||||
<<: *workflow_ubuntu2004_static
|
<<: *workflow_ubuntu2004_static
|
||||||
name: t_native_test_ext_prb_math
|
name: t_native_test_ext_prb_math
|
||||||
project: prb-math
|
project: prb-math
|
||||||
@ -1454,7 +1454,7 @@ workflows:
|
|||||||
- t_ems_ext: *job_native_test_ext_pool_together
|
- t_ems_ext: *job_native_test_ext_pool_together
|
||||||
- t_ems_ext: *job_native_test_ext_perpetual_pools
|
- t_ems_ext: *job_native_test_ext_perpetual_pools
|
||||||
- t_ems_ext: *job_native_test_ext_uniswap
|
- t_ems_ext: *job_native_test_ext_uniswap
|
||||||
- t_ems_ext: *job_native_test_prb_math
|
- t_ems_ext: *job_native_test_ext_prb_math
|
||||||
- t_ems_ext: *job_native_test_ext_elementfi
|
- t_ems_ext: *job_native_test_ext_elementfi
|
||||||
|
|
||||||
# Windows build and tests
|
# Windows build and tests
|
||||||
|
Loading…
Reference in New Issue
Block a user