ci: run unit tests with -race

This commit is contained in:
Boris Nagaev 2025-02-26 11:31:43 -03:00 committed by Slyghtning
parent 3abd2d2235
commit 2f2c5a34e7
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF

View file

@ -101,7 +101,7 @@ jobs:
go-version: '~${{ env.GO_VERSION }}'
- name: run unit tests
run: make unit
run: make unit-race
- name: run unit test with postgres
run: make unit-postgres
run: make unit-postgres-race