Merge cosmosd (#6820)

Closes: #6521

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
This commit is contained in:
Jonathan Gimeno
2020-08-19 16:58:43 +01:00
committed by GitHub
co-authored by Alexander Bezobchuk Alessio Treglia Anil Kumar Kammari
parent 8f51c150de
commit bf0142b272
27 changed files with 1518 additions and 6 deletions
+16
View File
@@ -15,6 +15,22 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
test-cosmovisor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v1
id: git_diff
with:
PREFIX_FILTER: |
cosmovisor
SUFFIX_FILTER: |
.go
.mod
.sum
- name: Run cosmovisor tests
run: cd cosmovisor; go test .
if: "env.GIT_DIFF != ''"
split-test-files:
runs-on: ubuntu-latest
steps: