From 47c84c74d4d8c84fd8e58527069548c7b0c2ad3d Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 31 Dec 2019 15:27:40 -0800 Subject: [PATCH] Make test run condition consistent with other jobs When `make all` fails, we should not run tests and output of such run is confusing. --- .github/workflows/mingw.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index ae3ce05967..f4bbc3c5f4 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -117,7 +117,6 @@ jobs: make -C build test - name: test-all - if: success() || failure() timeout-minutes: 25 run: | $env:TMPDIR = "$pwd/temp" @@ -129,7 +128,6 @@ jobs: make -C build test-all TESTOPTS="-j $jobs --retry --job-status=normal --show-skip --timeout-scale=1.5" - name: test-spec - if: success() || failure() timeout-minutes: 10 run: | $env:TMPDIR = "$pwd/temp"