fix .github/workflows/coverage.yml

This commit is contained in:
Grigory Efimov 2023-01-11 15:18:40 +03:00 committed by Grigory Efimov
parent d0ac577686
commit 071d85cd22

View File

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