mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +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"
|
||||
if: ${{ success() }}
|
||||
|
||||
- name: (Autotools) Build Tests
|
||||
run: make check TESTS="" -j
|
||||
if: ${{ success() }}
|
||||
|
||||
- name: (Autotools) Run Tests
|
||||
- name: (Autotools) Build and Run Tests
|
||||
run: make check -j
|
||||
if: ${{ success() }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user