fix .github/workflows/coverage.yml
This commit is contained in:
parent
6ad23dd128
commit
5c5c763d24
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -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: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user