Skip to content

Commit f38e1eb

Browse files
committed
fine-grained test job name
1 parent 76713dd commit f38e1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
python-version: "3.12"
209209
cuda-version: "12.6.2"
210210
runner: H100
211-
name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }})
211+
name: Test (${{ matrix.host-platform }}, Python ${{ matrix.python-version }}, CUDA ${{ matrix.cuda-version }}, Runner ${{ matrix.runner }}, ${{ matrix.local-ctk }})
212212
# The build stage could fail but we want the CI to keep moving.
213213
if: ${{ github.repository_owner == 'nvidia' && !cancelled() }}
214214
permissions:

0 commit comments

Comments
 (0)