diff --git a/Makefile b/Makefile index 19137d1..f6a4d0d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ test: test-rosetta-ci: sh ./scripts/simapp-start-node.sh & - go mod tidy && make build && make plugin + make build && make plugin ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090" & sleep 30 export SIMD_BIN=./cosmos-sdk/build/simd && chmod +x ./tests/rosetta-cli/data.sh && sh ./tests/rosetta-cli/data.sh