Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: link to correct library in Rust tests
Coincidentally, default GitHub CI environment contains libsqlite.so library in place, which hid the fact that Rust tests fail to prefer the locally built library. The tests were previously effectively verifying that the library from system path is correct, which is also nice, but not the desired effect. The amended rusttest command correctly prefers locally build libraries.
- Loading branch information