Merge PR #3582: Fix for make test_unit
* Fix for make test_unit * adding entry in pending.md
This commit is contained in:
committed by
Christopher Goes
parent
1d4bb1a863
commit
4282c6a351
@@ -151,7 +151,7 @@ test_ledger:
|
||||
@go test -v `go list github.com/cosmos/cosmos-sdk/crypto` -tags='cgo ledger'
|
||||
|
||||
test_unit:
|
||||
@VERSION=$(VERSION) go test $(PACKAGES_NOSIMULATION) -tags='test_ledger_mock'
|
||||
@VERSION=$(VERSION) go test $(PACKAGES_NOSIMULATION) -tags='ledger test_ledger_mock'
|
||||
|
||||
test_race:
|
||||
@VERSION=$(VERSION) go test -race $(PACKAGES_NOSIMULATION)
|
||||
|
||||
Reference in New Issue
Block a user