Test more. (#84)

Also, fix the progress callback and disable a slow example.
This commit is contained in:
Nuno Cruces
2024-04-24 15:49:45 +01:00
committed by GitHub
parent fdb2ed0376
commit 09a0ce04ce
19 changed files with 78 additions and 62 deletions

View File

@@ -87,9 +87,11 @@ This project aims for [high test coverage](https://github.com/ncruces/go-sqlite3
It also benefits greatly from [SQLite's](https://sqlite.org/testing.html) and
[wazero's](https://tetrate.io/blog/introducing-wazero-from-tetrate/#:~:text=Rock%2Dsolid%20test%20approach) thorough testing.
Every commit is [tested](.github/workflows/test.yml) on
Linux (amd64/arm64/386/riscv64), macOS (amd64/arm64), Windows, FreeBSD and illumos.
The Go VFS is tested by running SQLite's
[mptest](https://github.com/sqlite/sqlite/blob/master/mptest/mptest.c)
on Linux, macOS, Windows, FreeBSD and illumos.
[mptest](https://github.com/sqlite/sqlite/blob/master/mptest/mptest.c).
### Performance