testbytest

This commit is contained in:
Grigory Efimov 2023-01-11 19:39:50 +03:00 committed by Grigory Efimov
parent 7f165dd6f8
commit ca1ebaaf14

View File

@ -17,10 +17,6 @@ jobs:
- name: git config
run: git config --global url.https://${{ secrets.ANYTYPE_PAT }}@github.com/.insteadOf https://github.com/
- name: test go install
run: |
go install github.com/anytypeio/go-chash@latest
- name: Vet
run: |
make vet