fix .github/workflows/coverage.yml

This commit is contained in:
Grigory Efimov 2023-01-11 15:34:49 +03:00 committed by Grigory Efimov
parent 527d104ba7
commit 8c36953790

View File

@ -12,11 +12,10 @@ jobs:
with:
go-version: '^1.19.0'
- name: git config
run: |
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
- name: Vet
run: |
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
make vet
- name: Unit tests
run: |