Skip to content

Commit 61406ae

Browse files
committed
ci: run unit tests with -race
1 parent ebc6722 commit 61406ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
go-version: '~${{ env.GO_VERSION }}'
124124

125125
- name: run unit tests
126-
run: make unit
126+
run: make unit-race
127127

128128
- name: run unit test with postgres
129-
run: make unit-postgres
129+
run: make unit-postgres-race

0 commit comments

Comments
 (0)