From: Peter Munch Date: Thu, 10 Dec 2020 19:53:55 +0000 (+0100) Subject: Disable quick tests for windows-2016 X-Git-Tag: v9.3.0-rc1~761^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76fcc825600847824bd36d18e471bd379df8e52a;p=dealii.git Disable quick tests for windows-2016 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3a1f7e8651..d4171b78d2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,6 +37,7 @@ jobs: cd c:/project 7z a dealii-windows.zip * - name: test library + if: matrix.os != 'windows-2016' #TODO: For windows-2016 this step does not terminate (12.12.2020) shell: bash run: | cmake --build build --target test -- -m