Add verbosity to CI logs (#1122)

This commit is contained in:
Dominic Hamon 2021-04-26 18:26:33 +01:00 committed by GitHub
parent d882be1ea9
commit 86da5ec294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: build
run: |
bazel build //:benchmark //:benchmark_main //test/...
- name: test
run: |
bazel test --test_output=errors //test/...
bazel test --test_output=all //test/...

View File

@ -35,4 +35,4 @@ jobs:
- name: test
shell: bash
working-directory: ${{ runner.workspace }}/_build
run: ctest -C ${{ matrix.build_type }}
run: ctest -C ${{ matrix.build_type }} -VV