mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
github: Display meson test logs on failure
Currently the way we integrate the existing tests into meson means meson test itself doesn't show any detailed logs of the failures, those just go to the meson testlog file. As a hack to see what's failing in CI builds, display that file if the tests fail. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
92b5d4e916
commit
057a7dbbb7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -62,4 +62,4 @@ jobs:
|
|||
run: meson compile -C build
|
||||
|
||||
- name: Run check
|
||||
run: meson test -C build
|
||||
run: meson test -C build || cat build/meson-logs/testlog.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue