ci: add --print-errorlogs to meson test

In order to avoid having to dig through artifacts to see what failed.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17804>
This commit is contained in:
Eric Engestrom
2022-07-29 11:57:39 +01:00
committed by Marge Bot
parent 661440717a
commit 155c8bc964
3 changed files with 3 additions and 3 deletions

View File

@@ -34,6 +34,6 @@ jobs:
- name: Build
run: meson compile -C build
- name: Test
run: meson test -C build
run: meson test -C build --print-errorlogs
- name: Install
run: meson install -C build