mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
ci: run unit tests with -race
This commit is contained in:
parent
3abd2d2235
commit
2f2c5a34e7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue