Skip to content

Commit a61f4bf

Browse files
committed
build: add test/... to the bazel_build job
* update the bazel_build job (the job that tests that everything builds with Bazel) to also include test/...
1 parent 25ce323 commit a61f4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183

184184
# Exclude release and docs packages here as those will be built within
185185
# the "build_release_packages" and "publish_snapshots" jobs.
186-
- run: bazel build src/... --build_tag_filters=-docs-package,-release-package
186+
- run: bazel build src/... test/... --build_tag_filters=-docs-package,-release-package
187187
- *slack_notify_on_failure
188188

189189
# -----------------------------------

0 commit comments

Comments
 (0)