Skip to content

Commit 34bcf1a

Browse files
committed
ci: run unit tests with -race
1 parent bbe3edd commit 34bcf1a

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
@@ -101,7 +101,7 @@ jobs:
101101
go-version: '~${{ env.GO_VERSION }}'
102102

103103
- name: run unit tests
104-
run: make unit
104+
run: make unit-race
105105

106106
- name: run unit test with postgres
107-
run: make unit-postgres
107+
run: make unit-postgres-race

0 commit comments

Comments
 (0)