Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jul 29, 2024
1 parent dd44278 commit 368d6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install build requirements
run: ./.ci/py-build-requirements.sh
- name: Set up build directory
run: meson setup build $(.ci/setup-flags.sh)
run: meson setup build $(.ci/setup-flags.sh) || cat build/meson-logs/meson-log.txt
- name: Build
run: meson compile -C build
- name: Run tests
Expand Down

0 comments on commit 368d6e6

Please sign in to comment.