testbytest

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

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout private - name: Checkout private
run: run:
git clone https://${{ GITHUB_TOKEN }}@github.com/anytypeio/go-chash.git git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/anytypeio/go-chash.git
- name: test go install - name: test go install
run: | run: |