aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 15:27:40 -0800
committerNARUSE, Yui <naruse@airemix.jp>2020-01-30 13:34:25 +0900
commit531bbec111d588ad497dd528eae3ac36e2af2632 (patch)
tree62136c2942f026fdb87910383f3cefaf13af6cf0 /.github
parent4d04b32986bb73bfd5d5e56bcd17cfa82c90885c (diff)
downloadruby-531bbec111d588ad497dd528eae3ac36e2af2632.tar.gz
Make test run condition consistent with other jobs
When `make all` fails, we should not run tests and output of such run is confusing.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 0 insertions, 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"