Skip to content

Commit 06e1137

Browse files
committed
cicd: print meson tests errors
1 parent 81883fa commit 06e1137

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
@@ -48,7 +48,7 @@ jobs:
4848
- run: pip install meson ninja
4949
- run: meson setup build
5050
- run: meson compile -C build
51-
- run: meson test -C build
51+
- run: meson test --print-errorlogs -C build
5252

5353
flatpak-build-test:
5454
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)