mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 14:07:02 +09:00
testbytest
This commit is contained in:
parent
502695bb37
commit
35d492e63b
1 changed files with 6 additions and 0 deletions
6
.github/workflows/coverage.yml
vendored
6
.github/workflows/coverage.yml
vendored
|
@ -14,6 +14,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: '^1.19.0'
|
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
|
- name: test go install
|
||||||
run: |
|
run: |
|
||||||
go install github.com/anytypeio/go-chash@latest
|
go install github.com/anytypeio/go-chash@latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue