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 1dc7a3d commit 7a13603
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 @@ -27,7 +27,7 @@ jobs:
shell: bash
- uses: actions/checkout@v3
- name: review
run: cat ./plugins/cosmos-hub/main.go
run: curl localhost:26657/status
- name: Build Rosetta
run: go mod tidy && make rosetta && make plugin && ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090 &"
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7a13603

Please sign in to comment.