Skip to content

Commit

Permalink
added SIMD environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 25, 2023
1 parent 380edc2 commit 736623c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand All @@ -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

0 comments on commit 736623c

Please sign in to comment.