Skip to content

Commit 7910ab1

Browse files
committed
fix(test): remove tests that require kubeconfig
1 parent 0881657 commit 7910ab1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

make/development.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ test-package:
3636

3737
.PHONY: test-internal
3838
test-internal:
39-
go test -v ./internal/cli/... \
40-
./internal/cmds/... \
41-
./internal/config/...
39+
go test -v ./internal/cmds/... ./internal/config/...
4240

4341
REPORT_PORT ?= 8480
4442

0 commit comments

Comments
 (0)