Skip to content

Commit 256caf3

Browse files
committed
term before running tests
1 parent 2c32183 commit 256caf3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,19 +250,25 @@ jobs:
250250

251251
- uses: hendrikmuhs/[email protected]
252252

253-
- name: Test
253+
- name: Test-build
254254
env:
255255
CMAKE_PARAMS: ${{ matrix.params }}
256256
NUM_PROC: ${{ steps.cpu-cores.outputs.count }}
257257
run: |
258258
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
259259
./.github/scripts/build.sh
260-
./run_reg_test.py ${{ matrix.suite }} -show_failures -j${{ steps.cpu-cores.outputs.count}}
261260
262261
- name: Setup tmate session__
263262
if: ${{ failure() }}
264263
uses: mxschmitt/action-tmate@v3
265264

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+
266272
- name: Upload regression run files
267273
if: ${{ !cancelled() }}
268274
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)