testbytest

This commit is contained in:
Grigory Efimov 2023-01-11 17:11:52 +03:00 committed by Grigory Efimov
parent 3bc23edfd3
commit 876f94ef4e

View File

@ -18,7 +18,7 @@ jobs:
- name: test go install
run: |
git config --global url.https://$GH_ACCESS_TOKEN@github.com/.insteadOf https://github.com/
go install github.com/anytypeio/go-chash@v0.0.1
go install github.com/anytypeio/go-chash@latest
- name: Vet
run: |
make vet