Skip to content

Commit

Permalink
ci: make tests verbose
Browse files Browse the repository at this point in the history
muon doesn't support --print-errorlogs so just use -v which both muon and
meson support.

Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Jan 25, 2024
1 parent 80a83a8 commit a1d0123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
-Db_sanitize="${SANITIZER}" \
build
ninja -C build
( cd build && "$BB" test; )
( cd build && "$BB" test -v ; )
build-macos:
strategy:
Expand Down

0 comments on commit a1d0123

Please sign in to comment.