Skip to content

Commit

Permalink
Show notest in name
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jul 13, 2024
1 parent 30eff5e commit 00a1ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# The name of the test follow the tested language
name: >
${{ matrix.SWIGLANG }} ${{ matrix.VER }}
${{ matrix.COMPILER || 'msvc' }} ${{ matrix.os }}
${{ matrix.COMPILER || 'msvc' }} ${{ matrix.os }} ${{ matrix.NOTEST }}
${{ matrix.continue-on-error && '(can fail)' }}
strategy:
Expand Down

0 comments on commit 00a1ec6

Please sign in to comment.