Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
SM2A committed Mar 23, 2024
1 parent 3e407e6 commit d933cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# ./build.sh
- name: Test with Bazel
continue-on-error: true
run: bazel test :all --test_verbose_timeout_warnings
run: bazel test :all --test_verbose_timeout_warnings --test_summary=detailed --test_output=all
- uses: actions/upload-artifact@v3
with:
path: /home/runner/.cache/bazel/_bazel_runner/*/execroot/_main/bazel-out/k8-fastbuild/testlogs/

0 comments on commit d933cf2

Please sign in to comment.