Skip to content

Commit

Permalink
update: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Jan 20, 2025
1 parent e447677 commit ac806da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
go-version: '^1.23.4'
- name: Run make test-rosetta-ci
run:
COSMOS_SDK_VERSION=v0.50.3
COSMOS_SDK_VERSION=v0.52.0-rc.1
make test-rosetta-ci
shell: bash
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,22 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.1"
go-version: "1.23"
check-latest: true
cache: true
cache-dependency-path: go.sum
cache-dependency-path: tests/systemtests/go.sum
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
*
**/*.go
go.mod
go.sum
**/go.mod
**/go.sum
**/Makefile
Makefile
- name: tests
- name: system tests
if: env.GIT_DIFF
run: |
make test-system

0 comments on commit ac806da

Please sign in to comment.