Skip to content

Commit

Permalink
remove --verbose-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Oct 23, 2024
1 parent ea51496 commit e86e4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Run unit tests
shell: bash
run: |
bazel build //tensorflow_serving/... --verbose_failures
bazel build //tensorflow_serving/...
bazel clean --expunge
bazel test //tensorflow_serving/... --verbose_failures --test_output=errors
bazel test //tensorflow_serving/... --test_output=errors

0 comments on commit e86e4d8

Please sign in to comment.