dont run unit before e2e tests

This commit is contained in:
Sergey Dudoladov 2020-04-29 08:38:11 +02:00
parent e2a8fa12aa
commit ac56e7426f
1 changed files with 1 additions and 1 deletions

View File

@ -96,5 +96,5 @@ test:
hack/verify-codegen.sh
GO111MODULE=on go test ./...
e2e: test docker # build operator image to be tested
e2e: docker # build operator image to be tested
cd e2e; make tools e2etest clean