mirror of https://github.com/google/benchmark.git
Add verbosity to CI logs (#1122)
This commit is contained in:
parent
d882be1ea9
commit
86da5ec294
|
@ -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/...
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue