Skip to content

Commit 40e362a

Browse files
committed
fixup! chore(Makefile): add test-race target
1 parent 3c966cb commit 40e362a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ test-postgres-docker:
669669
.PHONY: test-postgres-docker
670670

671671
# Make sure to keep this in sync with test-go-race from .github/workflows/ci.yaml.
672-
test-race:
672+
test-race: test-clean
673673
gotestsum --junitfile="gotests.xml" -- -race ./...
674674
.PHONY: test-race
675675

0 commit comments

Comments
 (0)