(actions) run tests verbose
This commit is contained in:
parent
532ed53b10
commit
7af4e76b39
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
run: |
|
||||
cmake ${{ env.CMAKE_GENERATOR }} -S "${{ github.workspace }}" -B build -DYAML_BUILD_SHARED_LIBS=${{ env.YAML_BUILD_SHARED_LIBS }} -DYAML_CPP_BUILD_TESTS=${{ env.YAML_CPP_BUILD_TESTS }}
|
||||
cd build && cmake --build . --parallel ${{ steps.cpu-cores.outputs.count }}
|
||||
ctest --output-on-failure
|
||||
ctest --output-on-failure --verbose
|
||||
|
||||
bazel-build:
|
||||
strategy:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user