Skip to content

Commit

Permalink
added debugging flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 12, 2023
1 parent 7a13603 commit 66389ac
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 @@ -21,7 +21,7 @@ jobs:
repository: cosmos/cosmos-sdk
ref: main
- name: set up simapp
run: make build && export SIMD_BIN=./build/simd && make init-simapp && ./build/simd start &
run: make build && export SIMD_BIN=./build/simd && make init-simapp && ./build/simd start && curl localhost:26657/status &
- name: Sleep for 2 minutes
run: sleep 120s
shell: bash
Expand Down

0 comments on commit 66389ac

Please sign in to comment.