tendermint / tm-db

Common database interface for various database backends for Tendermint Core and Cosmos SDK
Apache License 2.0
89 stars 136 forks source link

Enable cgo for testing. #200

Closed creachadair closed 2 years ago

creachadair commented 2 years ago

The leveldb wrapper library requires cgo to build. Re-enable the test cases commented out by #201.