File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -250,19 +250,25 @@ jobs:
250
250
251
251
-
uses :
hendrikmuhs/[email protected]
252
252
253
- - name : Test
253
+ - name : Test-build
254
254
env :
255
255
CMAKE_PARAMS : ${{ matrix.params }}
256
256
NUM_PROC : ${{ steps.cpu-cores.outputs.count }}
257
257
run : |
258
258
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
259
259
./.github/scripts/build.sh
260
- ./run_reg_test.py ${{ matrix.suite }} -show_failures -j${{ steps.cpu-cores.outputs.count}}
261
260
262
261
- name : Setup tmate session__
263
262
if : ${{ failure() }}
264
263
uses : mxschmitt/action-tmate@v3
265
264
265
+ - name : Test-run
266
+ env :
267
+ CMAKE_PARAMS : ${{ matrix.params }}
268
+ NUM_PROC : ${{ steps.cpu-cores.outputs.count }}
269
+ run : |
270
+ ./run_reg_test.py ${{ matrix.suite }} -show_failures -j${{ steps.cpu-cores.outputs.count}}
271
+
266
272
- name : Upload regression run files
267
273
if : ${{ !cancelled() }}
268
274
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments