Skip to content

Commit c69d9e4

Browse files
committed
ci: run unit tests with -race
1 parent 6cf8c5e commit c69d9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
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)