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 f8e05ad commit ad06c90Copy full SHA for ad06c90
2 files changed
.github/workflows/key4hep.yml
@@ -44,7 +44,7 @@ jobs:
44
-G Ninja ..
45
echo "::endgroup::"
46
echo "::group::Build"
47
- ninja -k0
+ ninja -k0 -v
48
echo "::endgroup"
49
echo "::group::Run tests"
50
ctest --output-on-failure
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
51
52
53
54
echo "::group::Julia StaticArrays Package Install"
55
julia -e 'import Pkg; Pkg.add("StaticArrays")'
0 commit comments