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:
parent
69731b248f
commit
47c84c74d4
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user