diff --git a/Makefile b/Makefile index 3cdc0b1bc2472..2bd99a8a0664e 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ test-postgres: test-clean test-postgres-docker DB=ci DB_FROM=$(shell go run scripts/migrate-ci/main.go) gotestsum --junitfile="gotests.xml" --packages="./..." -- \ -covermode=atomic -coverprofile="gotests.coverage" -timeout=30m \ -coverpkg=./...,github.com/coder/coder/codersdk \ - -count=2 -race -failfast + -count=1 -race -failfast .PHONY: test-postgres test-postgres-docker: