This commit is contained in:
alex.sharov 2021-09-09 09:36:39 +07:00
parent 1cb43277a1
commit c601d4f8d5

View File

@ -40,6 +40,6 @@ jobs:
- name: Install deps
if: matrix.os == 'windows-2019'
run: choco upgrade mingw cmake -y --no-progress
- run: GODEBUG=cgocheck=2 go test -race -gcflags=all=-d=checkptr ./...
- run: go test -race ./...