diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3b95e0619c..436223753f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -88,11 +88,13 @@ jobs: set TMP=%USERPROFILE%\AppData\Local\Temp set TEMP=%USERPROFILE%\AppData\Local\Temp nmake test-all + continue-on-error: ${{ matrix.os == 'windows-2022' }} - name: nmake test-spec timeout-minutes: 10 run: | call %VCVARS% nmake test-spec + continue-on-error: ${{ matrix.os == 'windows-2022' }} - uses: k0kubun/action-slack@v2.0.0 with: payload: |