Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Do not clean between build/test #164

Merged
merged 2 commits into from
Jul 24, 2018
Merged
Changes from 1 commit
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
5 changes: 2 additions & 3 deletions test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ gcloud version
kubectl version

# Check that all of our tools and samples build
bazel clean && bazel build //...
# Check that all of our tests pass
bazel clean && bazel test //...
bazel build //...
bazel test //...

# Run end-to-end integration testing.
# First, GRPC.
Expand Down