From 9d786aa449320b983e5c647ad3ddeb053e96ebf5 Mon Sep 17 00:00:00 2001 From: bizk Date: Sun, 10 Sep 2023 20:53:26 -0300 Subject: [PATCH] added start on simd --- .github/workflows/rosetta-cli-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 61edf92..30884f1 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -29,7 +29,7 @@ jobs: repository: cosmos/cosmos-sdk ref: main - name: set up simapp - run: make build && ls && export SIMD_BIN=./build/simd && make init-simapp + run: make build && ls && export SIMD_BIN=./build/simd && make init-simapp && ./build/simd start run-rosetta: runs-on: ubuntu-latest