Skip to content

Commit

Permalink
fix(test): remove tests that require kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Dec 25, 2024
1 parent 0881657 commit 7910ab1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make/development.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ test-package:

.PHONY: test-internal
test-internal:
go test -v ./internal/cli/... \
./internal/cmds/... \
./internal/config/...
go test -v ./internal/cmds/... ./internal/config/...

REPORT_PORT ?= 8480

Expand Down

0 comments on commit 7910ab1

Please sign in to comment.