From 736623cbe9f35503571256003e3f9640a8fcc7bd Mon Sep 17 00:00:00 2001 From: bizk Date: Mon, 25 Sep 2023 15:38:59 -0300 Subject: [PATCH] added SIMD environment variable --- .github/workflows/rosetta-cli-test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 211a6da..233e428 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -27,12 +27,9 @@ jobs: path: './cosmos-sdk' - name: set up simapp run: - ls && cd cosmos-sdk && make build && export SIMD_BIN=./build/simd && - ls ./build && - ls ./scripts && make init-simapp - name: Run simapp run: ./cosmos-sdk/build/simd start & @@ -52,6 +49,7 @@ jobs: run: curl localhost:8081/block - name: Test rosetta through Rosetta-cli run: + export SIMD_BIN=./cosmos-sdk/build/simd && chmod +x ./tests/rosetta-cli/data.sh && make rosetta-cli shell: bash \ No newline at end of file