testbytest

This commit is contained in:
Grigory Efimov 2023-01-11 18:04:16 +03:00 committed by Mikhail Iudin
parent cd29d45b27
commit ae4e6f9701
No known key found for this signature in database
GPG Key ID: FAAAA8BAABDFF1C0

View File

@ -15,6 +15,7 @@ jobs:
- name: test go install - name: test go install
run: | run: |
go install github.com/anytypeio/go-chash@latest go install github.com/anytypeio/go-chash@latest
- name: Vet - name: Vet
run: | run: |
make vet make vet