1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

testbytest

This commit is contained in:
Grigory Efimov 2023-01-11 18:33:17 +03:00 committed by Mikhail Iudin
parent 502695bb37
commit 35d492e63b
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0

View file

@ -14,6 +14,12 @@ jobs:
with:
go-version: '^1.19.0'
- name: Checkout private
uses: actions/checkout@v3
with:
repository: github.com/anytypeio/go-chash
path: go-chash
- name: test go install
run: |
go install github.com/anytypeio/go-chash@latest