commit: a1d0123581ede02b54cf2c071507612dde25236c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 12:10:45 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 12:12:46 2024 +0000
URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=a1d01235
ci: make tests verbose
muon doesn't support --print-errorlogs so just use -v which both muon and
meson support.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/build-test-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-test-ci.yml
b/.github/workflows/build-test-ci.yml
index 3d170e3..e4e5857 100644
--- a/.github/workflows/build-test-ci.yml
+++ b/.github/workflows/build-test-ci.yml
@@ -53,7 +53,7 @@ jobs:
-Db_sanitize="${SANITIZER}" \
build
ninja -C build
- ( cd build && "$BB" test; )
+ ( cd build && "$BB" test -v ; )
build-macos:
strategy: