Test Solaris.

This commit is contained in:
Nuno Cruces
2024-05-04 14:42:23 +01:00
parent f0ce3e58eb
commit 1c58744f87
4 changed files with 47 additions and 38 deletions

View File

@@ -88,7 +88,8 @@ 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.
Linux (amd64/arm64/386/riscv64/s390x), macOS (amd64/arm64),
Windows, FreeBSD, illumos, and Solaris.
The Go VFS is tested by running SQLite's
[mptest](https://github.com/sqlite/sqlite/blob/master/mptest/mptest.c).