We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785a494 commit f54e253Copy full SHA for f54e253
.github/workflows/win_ci.yml
@@ -29,7 +29,7 @@ jobs:
29
# The name of the test follow the tested language
30
name: >
31
${{ matrix.SWIGLANG }} ${{ matrix.VER }}
32
- ${{ matrix.COMPILER || 'msvc' }} ${{ matrix.os }}
+ ${{ matrix.COMPILER || 'msvc' }} ${{ matrix.os }} ${{ matrix.NOTEST }}
33
${{ matrix.continue-on-error && '(can fail)' }}
34
35
strategy:
0 commit comments