summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2022-07-29 11:57:39 +0100
committerMarge Bot <emma+marge@anholt.net>2022-07-29 12:06:13 +0000
commit155c8bc9646bd70925982a10a8f526c33f71a869 (patch)
treee8cef2eba43abccc50aaab92b64bac7871310340 /.github
parent661440717aabf280abb1ca6969641a710e483c4d (diff)
downloadmesa-155c8bc9646bd70925982a10a8f526c33f71a869.tar.gz
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d4a210099e0..4fce00b0161 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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