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 904ca8d commit ee70c7dCopy full SHA for ee70c7d
.github/workflows/hipo.yml
@@ -64,4 +64,4 @@ jobs:
64
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
65
..
66
cmake --build . --parallel --config ${{ matrix.build_type }}
67
- ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --no-tests=error
+ ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error
0 commit comments