Skip to content

Commit

Permalink
cicd: print meson tests errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyCreak committed Jan 7, 2024
1 parent 81883fa commit 06e1137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: pip install meson ninja
- run: meson setup build
- run: meson compile -C build
- run: meson test -C build
- run: meson test --print-errorlogs -C build

flatpak-build-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 06e1137

Please sign in to comment.