Обновить .gitea/workflows/pr.yml
Some checks failed
/ autoupdate (push) Failing after 1m3s

This commit is contained in:
Василий Толстов 2024-02-28 00:24:02 +03:00
parent ea90948315
commit 96dd5d869a

View File

@ -20,4 +20,4 @@ jobs:
- name: test - name: test
env: env:
INTEGRATION_TESTS: yes INTEGRATION_TESTS: yes
run: go test -mod readonly -v ./... run: go test -v -mod readonly -race -coverprofile=coverage.txt -covermode=atomic ./...