Skip to content

Commit

Permalink
make meson test failures more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangie committed Oct 20, 2024
1 parent aa41c83 commit e95a49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
make check || (cat test/html/test-suite.log; false)
export DILLOBIN=
else
meson test -C build
meson test -C build -v --print-errorlogs
fi
- name: Check release fits in a floppy disk of 1.44 MB
Expand Down

0 comments on commit e95a49a

Please sign in to comment.