mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
Taking an additional stab by modifying parallelism.
This commit is contained in:
parent
85e5d11374
commit
15c2e25f73
4
.github/workflows/run_tests_win_cygwin.yml
vendored
4
.github/workflows/run_tests_win_cygwin.yml
vendored
@ -81,12 +81,12 @@ jobs:
|
||||
- name: (Autotools) Build tests
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
make check -j 8 TESTS="" SHELL=/bin/dash
|
||||
make check -j$(nproc) TESTS="" SHELL=/bin/dash
|
||||
|
||||
- name: (Autotools) Run tests
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
make check -j 8 SHELL=/bin/dash
|
||||
make check -j$(nproc) SHELL=/bin/dash
|
||||
|
||||
build-and-test-cmake:
|
||||
name: Cygwin-based CMake tests
|
||||
|
Loading…
Reference in New Issue
Block a user