capi: extend Go test client to run in CI #1957
Labels
c api
The C API exposed for Erigon
integration testing
Facilities for integration testing
priority:low
Issue or task currently less relevant
It would be nice to have a proper Go test client exercising our C API (or at least part of it) and running some integration tests in our CI.
In order to properly do this, we should import
mdbx-go
module and initialise a temporary in-memory database to setup the proper execution context (i.e. real MDBX env pointer) in Go test client.The text was updated successfully, but these errors were encountered: