From 7d5b34317dd0a5c258e27df6349e8d0824f3b053 Mon Sep 17 00:00:00 2001 From: bizk Date: Sun, 10 Sep 2023 21:12:03 -0300 Subject: [PATCH] added paralel step --- .github/workflows/rosetta-cli-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 30884f1..e4e8012 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -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 @@ -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