Skip to content

Commit dba8bfe

Browse files
chore: show test results in CI actions (#36)
1 parent dce7cc8 commit dba8bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
2929
- name: Test
3030
run: |
31-
"${GITHUB_WORKSPACE}/bin/bazel" test //...
31+
"${GITHUB_WORKSPACE}/bin/bazel" test //... --test_output=all

0 commit comments

Comments
 (0)