We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2f122 commit dd64d5eCopy full SHA for dd64d5e
.github/workflows/meson_ci.yml
@@ -84,7 +84,7 @@ jobs:
84
run: meson compile -C builddir
85
86
- name: Run Tests
87
- run: meson test -C builddir -v
+ run: meson test -C builddir -v --test-args='show --mode tree --verbose ci --result fail'
88
89
- name: Upload Test Log
90
if: failure()
0 commit comments