Skip to content

Commit

Permalink
fixed makefile message
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Jan 9, 2024
1 parent 52117f5 commit 68e2e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68e2e65

Please sign in to comment.