Skip to content

Commit 4a76f2b

Browse files
authored
README: Make the testing section simpler to read (#282)
1 parent c9b3645 commit 4a76f2b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,19 @@ It also benefits greatly from [SQLite's](https://sqlite.org/testing.html) and
8383
[wazero's](https://tetrate.io/blog/introducing-wazero-from-tetrate/#:~:text=Rock%2Dsolid%20test%20approach)
8484
thorough testing.
8585

86-
Every commit is [tested](https://github.com/ncruces/go-sqlite3/wiki/Support-matrix) on
87-
Linux (amd64/arm64/386/riscv64/ppc64le/s390x), macOS (arm64/amd64),
88-
Windows (amd64), FreeBSD (amd64/arm64), OpenBSD (amd64), NetBSD (amd64/arm64),
89-
DragonFly BSD (amd64), illumos (amd64), and Solaris (amd64).
86+
Every commit is tested on:
87+
* Linux: amd64, arm64, 386, riscv64, ppc64le, s390x
88+
* macOS: amd64, arm64
89+
* Windows: amd64
90+
* BSD:
91+
* FreeBSD: amd64, arm64
92+
* OpenBSD: amd64
93+
* NetBSD: amd64, arm64
94+
* DragonFly BSD: amd64
95+
* illumos: amd64
96+
* Solaris: amd64
97+
98+
Certain operating system and CPU combinations have some limitations. See the [support matrix](https://github.com/ncruces/go-sqlite3/wiki/Support-matrix) for a complete overview.
9099

91100
The Go VFS is tested by running SQLite's
92101
[mptest](https://github.com/sqlite/sqlite/blob/master/mptest/mptest.c).

0 commit comments

Comments
 (0)