mirror of https://github.com/k3s-io/k3s
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.pull/6/head
parent
3af06ccf5b
commit
e72a1661cb
|
@ -55,7 +55,6 @@ make generated_files
|
|||
go install ./cmd/...
|
||||
./hack/install-etcd.sh
|
||||
|
||||
make test
|
||||
make test-cmd
|
||||
make test-integration
|
||||
./hack/test-update-storage-objects.sh
|
||||
|
|
Loading…
Reference in New Issue