Skip to content

Commit

Permalink
Making explicit this tag is test related only
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed Feb 4, 2019
1 parent 58f3060 commit 16e0362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ test_cli:
@go test -p 4 `go list github.com/cosmos/cosmos-sdk/cmd/gaia/cli_test` -tags=cli_test

test_ledger:
@go test `go list github.com/cosmos/cosmos-sdk/crypto` -tags='cgo ledger real_ledger'
@go test `go list github.com/cosmos/cosmos-sdk/crypto` -tags='cgo ledger test_real_ledger'

test_unit:
@VERSION=$(VERSION) go test $(PACKAGES_NOSIMULATION)
Expand Down
2 changes: 1 addition & 1 deletion crypto/ledger_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build cgo,ledger,real_ledger
// +build cgo,ledger,test_real_ledger

package crypto

Expand Down

0 comments on commit 16e0362

Please sign in to comment.