Skip to content

Commit

Permalink
added rosetta install command to shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 19, 2023
1 parent 4f7e347 commit 3a8b59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ docker:
docker build . --tag rosetta

rosetta-cli:
go install github.com/coinbase/[email protected]
./scripts/rosetta-cli-test.sh
2 changes: 1 addition & 1 deletion scripts/rosetta-cli-test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go install github.com/coinbase/[email protected]

rosetta-cli check:data --configuration-file ./tests/config/rosetta-cli.json

0 comments on commit 3a8b59f

Please sign in to comment.