Skip to content

Commit 847355c

Browse files
committed
fix: run internal unit tests
1 parent bdea110 commit 847355c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ vet: ## Run go vet against code.
112112

113113
.PHONY: test
114114
test: manifests generate fmt vet ## Run tests (Ginkgo suite only).
115+
go test ./internal/... -v
115116
go test ./tests/ -v -ginkgo.v -coverprofile cover.out
116117

117118
.PHONY: test-unit

internal/rules/phase_rule_test.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
//go:build unit
2-
3-
// thanks cursor
4-
51
package rules
62

3+
// thnaks cursor
4+
75
import (
86
"testing"
97

0 commit comments

Comments
 (0)