We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ce323 commit a61f4bfCopy full SHA for a61f4bf
.circleci/config.yml
@@ -183,7 +183,7 @@ jobs:
183
184
# Exclude release and docs packages here as those will be built within
185
# the "build_release_packages" and "publish_snapshots" jobs.
186
- - run: bazel build src/... --build_tag_filters=-docs-package,-release-package
+ - run: bazel build src/... test/... --build_tag_filters=-docs-package,-release-package
187
- *slack_notify_on_failure
188
189
# -----------------------------------
0 commit comments