fix .github/workflows/coverage.yml

This commit is contained in:
Grigory Efimov 2023-01-11 15:18:40 +03:00 committed by Mikhail Iudin
parent 6ad23dd128
commit 5c5c763d24
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -17,7 +17,7 @@ jobs:
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
- name: Vet
run: |
go env -w GOPRIVATE=github.com/anytypeio/*
export GOPRIVATE=github.com/anytypeio
make vet
- name: Unit tests
run: |