Unverified Commit 86da5ec2 by Dominic Hamon Committed by GitHub

Add verbosity to CI logs (#1122)

parent d882be1e
......@@ -27,4 +27,4 @@ jobs:
- 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
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