Skip to content

Commit

Permalink
Updating make file and manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneebstakater committed May 24, 2022
1 parent bda25cf commit ef9dee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ fmt: ## Run go fmt against code.
vet: ## Run go vet against code.
go vet ./...

#test: generate fmt vet manifests
# go test -v ./... -coverprofile cover.out
test: generate fmt vet manifests
go test -v ./... -coverprofile cover.out

##@ Build

Expand Down

0 comments on commit ef9dee8

Please sign in to comment.