1919 strategy :
2020 matrix :
2121 hdf5 : [ 1.12.2 ]
22- netcdf : [ v4.7.4, v4.8.1, v4.9.0, main ]
22+ netcdf : [ v4.9.3 ]
2323
2424 steps :
2525
7575 strategy :
7676 matrix :
7777 hdf5 : [ 1.12.2 ]
78- netcdf : [ v4.7.4, v4.8.1, v4.9.0, main ]
78+ netcdf : [ v4.9.3 ]
7979
8080 steps :
8181
@@ -101,7 +101,7 @@ jobs:
101101 uses : actions/cache@v4
102102 with :
103103 path : ~/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}
104- key : hdf5-${{ runner.os }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-par
104+ key : hdf5-nc- ${{ runner.os }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-par
105105
106106
107107 - name : Build libhdf5-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-par
@@ -134,7 +134,7 @@ jobs:
134134 strategy :
135135 matrix :
136136 hdf5 : [ 1.12.2 ]
137- netcdf : [ v4.7.4, v4.8.1, v4.9.0, main ]
137+ netcdf : [ v4.9.3 ]
138138
139139 steps :
140140
@@ -231,7 +231,7 @@ jobs:
231231 strategy :
232232 matrix :
233233 hdf5 : [ 1.12.2 ]
234- netcdf : [ v4.7.4, v4.8.1, v4.9.0, main ]
234+ netcdf : [ v4.9.3 ]
235235
236236 steps :
237237
@@ -261,7 +261,7 @@ jobs:
261261 uses : actions/cache@v4
262262 with :
263263 path : ~/environments/${{ matrix.hdf5 }}-${{ matrix.netcdf }}
264- key : hdf5-${{ runner.os }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-par
264+ key : hdf5-nc- ${{ runner.os }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-par
265265
266266 - name : Check Cache
267267 shell : bash -l {0}
@@ -314,9 +314,16 @@ jobs:
314314
315315 - name : Run Tests
316316 shell : bash -l {0}
317- run : CC=${CC} CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make check -j
317+ run : CC=${CC} CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make check -j 4
318318 if : ${{ success() }}
319319
320+ - name : View Failure Logs
321+ shell : bash -l {0}
322+ run : |
323+ echo -e "\n\n\to NPROC: $(nproc)\n\n"
324+ find . -name "test-suite.log" -exec cat {} \;
325+ if : ${{ failure() }}
326+
320327 # - name: Make Distcheck
321328 # shell: bash -l {0}
322329 # run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} make distcheck -j
@@ -329,7 +336,7 @@ jobs:
329336 strategy :
330337 matrix :
331338 hdf5 : [ 1.12.2 ]
332- netcdf : [ v4.7.4, v4.8.1, v4.9.0, main ]
339+ netcdf : [ v4.9.3 ]
333340
334341 steps :
335342
0 commit comments