Skip to content

Commit

Permalink
Merge pull request #410 from jhadvig/unittests
Browse files Browse the repository at this point in the history
Add 'make test-unit' to autocomplete
  • Loading branch information
openshift-merge-robot committed Apr 6, 2020
2 parents 5658f21 + 5284218 commit 0b934c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -32,6 +32,9 @@ GO_TEST_PACKAGES :=./pkg/... ./cmd/...
test: test-unit test-e2e
.PHONY: test

test-unit:
.PHONY: test-unit

test-e2e:
KUBERNETES_CONFIG=${KUBECONFIG} go test -timeout 30m -v ./test/e2e/
.PHONY: test-e2e
Expand Down

0 comments on commit 0b934c0

Please sign in to comment.