Skip to content

Commit 17cf054

Browse files
committed
.github: run tests with --verbose, collect output
Signed-off-by: Jeremy Kerr <[email protected]>
1 parent f825bcb commit 17cf054

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jobs:
2727
run: ninja -C build clang-format-check
2828

2929
- name: Test mctp
30-
run: meson test -C build
30+
run: meson test -C build --verbose
31+
32+
- name: Dump output
33+
run: cat build/meson-logs/testlog.txt

0 commit comments

Comments
 (0)