mirror of
https://github.com/google/benchmark.git
synced 2025-01-30 22:00:16 +08:00
Add verbosity to CI logs (#1122)
This commit is contained in:
parent
d882be1ea9
commit
86da5ec294
4
.github/workflows/bazel.yml
vendored
4
.github/workflows/bazel.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
bazel build //:benchmark //:benchmark_main //test/...
|
bazel build //:benchmark //:benchmark_main //test/...
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
bazel test --test_output=errors //test/...
|
bazel test --test_output=all //test/...
|
||||||
|
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -35,4 +35,4 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ${{ runner.workspace }}/_build
|
working-directory: ${{ runner.workspace }}/_build
|
||||||
run: ctest -C ${{ matrix.build_type }}
|
run: ctest -C ${{ matrix.build_type }} -VV
|
||||||
|
Loading…
Reference in New Issue
Block a user