diff --git a/server/Makefile b/server/Makefile index 9a3b82555f6..7dd4fbc10b3 100644 --- a/server/Makefile +++ b/server/Makefile @@ -445,8 +445,8 @@ go-cache: setup-go-work install-ci-tools ## Pre-warm Go module and build cache f @(cd public && $(GO) mod download all) $(GO) build ./... @(cd public && $(GO) build ./...) - $(GO) test -run=^$$ -count=1 ./... - @(cd public && $(GO) test -run=^$$ -count=1 ./...) + $(GO) test -run=^$$ -count=1 -short ./... + @(cd public && $(GO) test -run=^$$ -count=1 -short ./...) test-compile: setup-go-work gotestsum ## Compile tests. @echo COMPILE TESTS