Skip to content

Commit

Permalink
added start on simd
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 10, 2023
1 parent c1c22c7 commit 9d786aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d786aa

Please sign in to comment.