ci: keep going on bazel test failures

This commit is contained in:
41666 2020-10-14 19:03:03 -04:00
parent e5c1ecaee5
commit 34b75fda25

View file

@ -25,7 +25,7 @@ jobs:
- name: Test
run: |
"${GITHUB_WORKSPACE}/bin/bazel" test \
-c opt \
-k -c opt \
--stamp \
--workspace_status_command hack/workspace_status.sh --\
//src/... //hack/... -//hack/dev-container/...