Skip to content

Commit 2f2c5a3

Browse files
stariushieblmi
authored andcommitted
ci: run unit tests with -race
1 parent 3abd2d2 commit 2f2c5a3

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
@@ -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)