diff --git a/.github/workflows/win_ci.yml b/.github/workflows/win_ci.yml index 5f0cd65af36..d1b100bf197 100644 --- a/.github/workflows/win_ci.yml +++ b/.github/workflows/win_ci.yml @@ -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: