Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
common --color=yes

# Show us more details
build --show_timestamps --verbose_failures
test --test_output=errors --test_verbose_timeout_warnings
build --show_timestamps --verbose_failures --incompatible_strict_action_env
test --test_output=errors --test_verbose_timeout_warnings --incompatible_strict_action_env

# Enable stamping workspace variables to binary.
build:stamping --stamp --workspace_status_command hack/print-workspace-status.sh
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ test:
test-debug:
bazelisk ${BAZEL_FLAGS} test ${BAZEL_COMMAND_FLAGS} --test_output=all -- //pkg/...

.PHONY: test-mod
test-mod:
bazelisk ${BAZEL_FLAGS} test ${BAZEL_COMMAND_FLAGS} -- //${DIR}/...

.PHONY: test-integration
test-integration:
bazelisk ${BAZEL_FLAGS} test ${BAZEL_COMMAND_FLAGS} --action_env=CLOUDSDK_PYTHON=${CLOUDSDK_PYTHON} -- //test/integration/...
Expand Down