testbytest
This commit is contained in:
parent
57eb691b53
commit
d158b98b35
6
.github/workflows/coverage.yml
vendored
6
.github/workflows/coverage.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user