- Following the opened issue in bazel-contrib/bazel-gazelle#1289
- To demonstrate that Bazel is failing when google-related dependencies are upgraded
Run the following command:
make bazel-test
This command with run the test cases which contains the tag="fast" while executing the following:
bazelisk test \
--platform_suffix="bazel-test" \
--@io_bazel_rules_go//go/config:race \
--action_env=TESTING=test \
--define cluster=$CLUSTER \
--define namespace=$NAMESPACE \
--test_tag_filters=fast \
--build_tag_filters=fast \
--test_output=errors \
--nocache_test_results \
//...
make bazel-run
make bazel-clean
make bazel-setup
make bazel-update-deps