Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Oct 23, 2024
1 parent 07ebefd commit 81a8c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ format: $(GOIMPORTS)

.PHONY: test
test:
@SKIP_FETCH_TOOLS=1 $(GARDENER_HACK_DIR)/test.sh ./cmd/... ./pkg/...
@bash $(GARDENER_HACK_DIR)/test.sh ./cmd/... ./pkg/...

.PHONY: test-in-docker
test-in-docker: tidy
Expand Down

0 comments on commit 81a8c3c

Please sign in to comment.