Skip to content

Commit 691def1

Browse files
authored
Merge pull request #1929 from elliotcourant/feature/check-race
fix: Add `-race` flag to GitHub actions test workflow.
2 parents 4d138f1 + a44347d commit 691def1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ all:
1010

1111
.PHONY: test
1212
test:
13-
TZ= PGSSLMODE=disable go test ./... -v
13+
TZ= PGSSLMODE=disable go test ./... -v -race
1414

1515
tag:
1616
git tag $(VERSION)

0 commit comments

Comments
 (0)