diff --git a/Makefile b/Makefile index 1e9a08a8..c6f79881 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ Dockerfile: Dockerfile.in sed -e 's|@BASEIMAGE@|$(BASEIMAGE)|g' $< >$@ test: vet fmt - go test -timeout=1m -v -race ./pkg/... $(BUILD_TAGS) + go test -timeout=1m -v -race ./cmd/options ./pkg/... $(BUILD_TAGS) build-container: ./bin/node-problem-detector Dockerfile docker build -t $(IMAGE) .