diff --git a/Makefile b/Makefile index de913e82ca..b8cdbbed85 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/PENDING.md b/PENDING.md index 9ca861b10e..bf8ca309a0 100644 --- a/PENDING.md +++ b/PENDING.md @@ -48,5 +48,6 @@ BUG FIXES * [\#3585] Fix setting the tx hash in `NewResponseFormatBroadcastTxCommit`. * SDK + * [\#3582](https://github.com/cosmos/cosmos-sdk/pull/3582) Running `make test_unit was failing due to a missing tag * Tendermint \ No newline at end of file