Unverified Commit 86da5ec2 by Dominic Hamon Committed by GitHub

Add verbosity to CI logs (#1122)

parent d882be1e
...@@ -24,7 +24,7 @@ jobs: ...@@ -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/...
...@@ -35,4 +35,4 @@ jobs: ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment