Skip to content

Commit 8b90a59

Browse files
Run the cmd tests
Signed-off-by: Richard Wall <[email protected]>
1 parent 1209e4b commit 8b90a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/test-unit.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test-unit: | $(NEEDS_GO) $(NEEDS_GOTESTSUM) $(ARTIFACTS) $(NEEDS_ETCD) $(NEEDS_K
77
--junitfile=$(ARTIFACTS)/junit-go-e2e.xml \
88
-- \
99
-coverprofile=$(ARTIFACTS)/filtered.cov \
10-
./api/... ./pkg/... \
10+
./cmd/... ./api/... ./pkg/... \
1111
-- \
1212
-ldflags $(go_preflight_ldflags)
1313

0 commit comments

Comments
 (0)