Skip to content

Commit d511fe9

Browse files
committed
CI: Fix job name for PRBMath external test
1 parent 5539a74 commit d511fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ defaults:
583583
project: uniswap
584584
binary_type: native
585585
nodejs_version: '16'
586-
- job_native_test_prb_math: &job_native_test_prb_math
586+
- job_native_test_ext_prb_math: &job_native_test_ext_prb_math
587587
<<: *workflow_ubuntu2004_static
588588
name: t_native_test_ext_prb_math
589589
project: prb-math
@@ -1454,7 +1454,7 @@ workflows:
14541454
- t_ems_ext: *job_native_test_ext_pool_together
14551455
- t_ems_ext: *job_native_test_ext_perpetual_pools
14561456
- t_ems_ext: *job_native_test_ext_uniswap
1457-
- t_ems_ext: *job_native_test_prb_math
1457+
- t_ems_ext: *job_native_test_ext_prb_math
14581458
- t_ems_ext: *job_native_test_ext_elementfi
14591459

14601460
# Windows build and tests

0 commit comments

Comments
 (0)