Stop running unit tests outside of Bazel.

We tried this a while ago, but had to revert because Bazel did not have
race detection. Now it does.
This commit is contained in:
spxtr 2017-11-07 16:48:56 -08:00
parent 3af06ccf5b
commit e72a1661cb

View File

@ -55,7 +55,6 @@ make generated_files
go install ./cmd/... go install ./cmd/...
./hack/install-etcd.sh ./hack/install-etcd.sh
make test
make test-cmd make test-cmd
make test-integration make test-integration
./hack/test-update-storage-objects.sh ./hack/test-update-storage-objects.sh