Make test run condition consistent with other jobs

When `make all` fails, we should not run tests and output of such run is
confusing.
This commit is contained in:
Takashi Kokubun 2019-12-31 15:27:40 -08:00
Родитель 69731b248f
Коммит 47c84c74d4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
1 изменённых файлов: 0 добавлений и 2 удалений

2
.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"