diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml
index e2a5b7d8..99f7e260 100644
--- a/.github/workflows/bazel.yml
+++ b/.github/workflows/bazel.yml
@@ -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/...
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index f0f0626d..4007aa8e 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -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