testbytest

This commit is contained in:
Grigory Efimov 2023-01-11 18:52:12 +03:00 committed by Grigory Efimov
parent 39bffdab9c
commit da61fec0a0

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: |