Skip to content

Commit

Permalink
Revert unintentional change
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmoisey committed Jul 2, 2024
1 parent a7f2c93 commit 7e19ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/pkg/admission-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-binary: clean
$(ENVVAR) GOOS=$(GOOS) go build -o ${COMPONENT}

test-unit: clean build
$(TEST_ENVVAR) go test -count=1 --test.short -race ./... $(FLAGS)
$(TEST_ENVVAR) go test --test.short -race ./... $(FLAGS)

.PHONY: docker-build
docker-build: $(addprefix docker-build-,$(ALL_ARCHITECTURES))
Expand Down

0 comments on commit 7e19ebe

Please sign in to comment.