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 3a8b59f commit 32c21ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ docker:
docker build . --tag rosetta

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

#!/bin/bash
go install github.com/coinbase/[email protected]
rosetta-cli check:data --configuration-file ./tests/config/rosetta-cli.json

0 comments on commit 32c21ed

Please sign in to comment.