File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195
195
REACTANT_TEST_GROUP : ${{ inputs.test_group }}
196
196
XLA_FLAGS : " --xla_force_host_platform_device_count=12"
197
197
JULIA_DEBUG : " Reactant,Reactant_jll"
198
- - name : " Run Integration Tests (PJRT)"
198
+ - name : " Run ${{ inputs.project }} Integration Tests (PJRT)"
199
199
if : ${{ (inputs.runtime == 'pjrt' || inputs.runtime == 'both') && inputs.project != '.' }}
200
200
timeout-minutes : 30
201
201
run : julia --color=yes --project=${{ inputs.project }} --threads=auto --check-bounds=yes -O1 ${{ inputs.project }}/runtests.jl
@@ -240,7 +240,7 @@ jobs:
240
240
REACTANT_TEST_GROUP : ${{ inputs.test_group }}
241
241
XLA_FLAGS : " --xla_force_host_platform_device_count=12"
242
242
JULIA_DEBUG : " Reactant,Reactant_jll"
243
- - name : " Run Integration Tests (IFRT)"
243
+ - name : " Run ${{ inputs.project }} Integration Tests (IFRT)"
244
244
if : ${{ (inputs.runtime == 'ifrt' || inputs.runtime == 'both') && inputs.project != '.' }}
245
245
timeout-minutes : 30
246
246
run : julia --color=yes --project=${{ inputs.project }} --threads=auto --check-bounds=yes -O1 ${{ inputs.project }}/runtests.jl
You can’t perform that action at this time.
0 commit comments