Skip to content

Commit

Permalink
Typo in make for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmattox committed Apr 2, 2024
1 parent 0500c4a commit 747ab3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ uninstallwithmonitoring: ## Uninstall all that all performed in the $ make insta
kubectl delete -f deploy/operator.yaml -n ${NAMESPACE}

.PHONY: test
test: kind
test: crd
@echo go test
go test ./... -v

Expand Down

0 comments on commit 747ab3d

Please sign in to comment.