mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Break cygwin build and run tests into two different steps to try to diagnose the timeout.
This commit is contained in:
parent
e5973deda1
commit
85e5d11374
9
.github/workflows/run_tests_win_cygwin.yml
vendored
9
.github/workflows/run_tests_win_cygwin.yml
vendored
@ -78,10 +78,15 @@ jobs:
|
||||
if [ $(find /tmp/pretend-root/$(pwd) -type f | wc -l) -gt 0 ]; then exit 1; fi
|
||||
fi
|
||||
|
||||
- name: (Autotools) Build and run tests
|
||||
- name: (Autotools) Build tests
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
make check -j8 SHELL=/bin/dash
|
||||
make check -j 8 TESTS="" SHELL=/bin/dash
|
||||
|
||||
- name: (Autotools) Run tests
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
make check -j 8 SHELL=/bin/dash
|
||||
|
||||
build-and-test-cmake:
|
||||
name: Cygwin-based CMake tests
|
||||
|
Loading…
Reference in New Issue
Block a user