Skip to content

Commit 33405d5

Browse files
committed
ci: dump output on test failure
1 parent 1bb74a4 commit 33405d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: build
3737
run: cd build && make -j $(($(nproc)+1))
3838
- name: test
39-
run: cd build && make check -j $(($(nproc)+1))
39+
run: cd build && CTEST_OUTPUT_ON_FAILURE=1 make check -j $(($(nproc)+1))

0 commit comments

Comments
 (0)