Skip to content

Commit f54e253

Browse files
committed
Show notest in name
1 parent 785a494 commit f54e253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/win_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# The name of the test follow the tested language
3030
name: >
3131
${{ matrix.SWIGLANG }} ${{ matrix.VER }}
32-
${{ matrix.COMPILER || 'msvc' }} ${{ matrix.os }}
32+
${{ matrix.COMPILER || 'msvc' }} ${{ matrix.os }} ${{ matrix.NOTEST }}
3333
${{ matrix.continue-on-error && '(can fail)' }}
3434
3535
strategy:

0 commit comments

Comments
 (0)