Skip to content

Commit

Permalink
triger interchain tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stana-miric committed Jan 8, 2025
1 parent 07975b3 commit b695ae1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b695ae1

Please sign in to comment.