diff options
author | Sam James <sam@gentoo.org> | 2024-01-25 12:10:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-25 12:12:46 +0000 |
commit | a1d0123581ede02b54cf2c071507612dde25236c (patch) | |
tree | 67b31d1ec70be8c6bae43bf8e145ede44cd8f37d | |
parent | sanitizer: fix feature tests under clang (diff) | |
download | pax-utils-a1d0123581ede02b54cf2c071507612dde25236c.tar.gz pax-utils-a1d0123581ede02b54cf2c071507612dde25236c.tar.bz2 pax-utils-a1d0123581ede02b54cf2c071507612dde25236c.zip |
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@gentoo.org>
-rw-r--r-- | .github/workflows/build-test-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |