Skip to content

Commit

Permalink
Merge PR cosmos#3582: Fix for make test_unit
Browse files Browse the repository at this point in the history
* Fix for make test_unit
* adding entry in pending.md
  • Loading branch information
jleni authored and cwgoes committed Feb 11, 2019
1 parent 1d4bb1a commit 4282c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4282c6a

Please sign in to comment.