Skip to content

Commit

Permalink
switched test to test_nopcli
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnya97 committed May 2, 2018
1 parent a6245c3 commit 9ccee07
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 @@ -2,7 +2,7 @@ PACKAGES=$(shell go list ./... | grep -v '/vendor/')
COMMIT_HASH := $(shell git rev-parse --short HEAD)
BUILD_FLAGS = -ldflags "-X github.com/cosmos/cosmos-sdk/version.GitCommit=${COMMIT_HASH}"

all: check_tools get_vendor_deps build build_examples install install_examples test
all: check_tools get_vendor_deps build build_examples install install_examples test_nocli

########################################
### CI
Expand Down

0 comments on commit 9ccee07

Please sign in to comment.