We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdea110 commit 847355cCopy full SHA for 847355c
Makefile
@@ -112,6 +112,7 @@ vet: ## Run go vet against code.
112
113
.PHONY: test
114
test: manifests generate fmt vet ## Run tests (Ginkgo suite only).
115
+ go test ./internal/... -v
116
go test ./tests/ -v -ginkgo.v -coverprofile cover.out
117
118
.PHONY: test-unit
internal/rules/phase_rule_test.go
@@ -1,9 +1,7 @@
1
-//go:build unit
2
-
3
-// thanks cursor
4
5
package rules
6
+// thnaks cursor
+
7
import (
8
"testing"
9
0 commit comments