We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests requiring ledger support always run when using go test ./... or my IDE and always fail because ledger support isn't enabled by default.
go test ./...
We should either filter these out with the existing ledger build tag or use some flag to skip them.
ledger
Here's a list of such tests:
The text was updated successfully, but these errors were encountered:
It seems like it was done purposely (?):
cosmos-sdk/crypto/ledger/ledger_notavail.go
Line 17 in 417ce25
Sorry, something went wrong.
tac0turtle
Successfully merging a pull request may close this issue.
Tests requiring ledger support always run when using
go test ./...
or my IDE and always fail because ledger support isn't enabled by default.We should either filter these out with the existing
ledger
build tag or use some flag to skip them.Here's a list of such tests:
The text was updated successfully, but these errors were encountered: