mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Collapse build and run test steps into a single step, no need to build all the tests before seeing if any fail.
This commit is contained in:
parent
17702fa80c
commit
3c017da5e3
6
.github/workflows/run_tests_win_mingw.yml
vendored
6
.github/workflows/run_tests_win_mingw.yml
vendored
@ -48,11 +48,7 @@ jobs:
|
|||||||
run: make -j LDFLAGS="-no-undefined -Wl,--export-all-symbols"
|
run: make -j LDFLAGS="-no-undefined -Wl,--export-all-symbols"
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
||||||
- name: (Autotools) Build Tests
|
- name: (Autotools) Build and Run Tests
|
||||||
run: make check TESTS="" -j
|
|
||||||
if: ${{ success() }}
|
|
||||||
|
|
||||||
- name: (Autotools) Run Tests
|
|
||||||
run: make check -j
|
run: make check -j
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user