Skip to content

Commit

Permalink
added paralel step
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 11, 2023
1 parent 9d786aa commit 7d5b343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
repository: cosmos/cosmos-sdk
ref: main
- name: set up simapp
run: make build && ls && export SIMD_BIN=./build/simd && make init-simapp && ./build/simd start
run: make build && ls && export SIMD_BIN=./build/simd && make init-simapp && ./build/simd start &

run-rosetta:
runs-on: ubuntu-latest
needs: run-simapp
strategy:
matrix:
go-arch: ["amd64", "arm", "arm64"]
go-arch: ["amd64"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand All @@ -57,7 +57,7 @@ jobs:
needs: run-rosetta
strategy:
matrix:
go-arch: ["amd64", "arm", "arm64"]
go-arch: ["amd64"]
steps:
- uses: actions/checkout@v3
- name: Rosetta-cli setup & test
Expand Down

0 comments on commit 7d5b343

Please sign in to comment.