From b695ae107b0acd7449a6cb09775ad254b63d53df Mon Sep 17 00:00:00 2001 From: stana-ethernal Date: Wed, 8 Jan 2025 15:15:48 +0100 Subject: [PATCH] triger interchain tests --- .github/workflows/test.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31cafc8a77..ef13141231 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -208,3 +208,29 @@ jobs: if: env.GIT_DIFF run: | make verify-models + + test-interchain: + runs-on: Gaia-Runner-medium + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: "1.22" + check-latest: true + cache: true + cache-dependency-path: go.sum + - uses: technote-space/get-diff-action@v6.1.2 + id: git_diff + with: + PATTERNS: | + **/*.go + go.mod + go.sum + **/go.mod + **/go.sum + **/Makefile + Makefile + - name: interchain tests + if: env.GIT_DIFF + run: | + make test-interchain