Skip to content

Commit b7f5525

Browse files
authored
Makefile: remove make test (#405)
* Makefile: remove make test The make test is old and not valid anymore. We will add instructions for running the tests locally in a future PR. * hack/test: remove hack/test
1 parent 9ee84b4 commit b7f5525

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ all: format test install
55
install:
66
go install github.com/operator-framework/operator-sdk/commands/operator-sdk
77

8-
test:
9-
./hack/test
10-
118
format:
129
go fmt $(pkgs)
1310

hack/test

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)