Skip to content

Commit ad06c90

Browse files
committed
Enable verbose printing for debugging
1 parent f8e05ad commit ad06c90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/key4hep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-G Ninja ..
4545
echo "::endgroup::"
4646
echo "::group::Build"
47-
ninja -k0
47+
ninja -k0 -v
4848
echo "::endgroup"
4949
echo "::group::Run tests"
5050
ctest --output-on-failure

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
-G Ninja ..
5050
echo "::endgroup::"
5151
echo "::group::Build"
52-
ninja -k0
52+
ninja -k0 -v
5353
echo "::endgroup::"
5454
echo "::group::Julia StaticArrays Package Install"
5555
julia -e 'import Pkg; Pkg.add("StaticArrays")'

0 commit comments

Comments
 (0)