From 958a6ef82e67c5bfc000488aca4c8bfdd6a9bfa0 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Sun, 3 Sep 2023 10:06:59 +0200 Subject: [PATCH] Mention Solid test suite (#1737) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f8deda96a..ce3fec491 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ `solid-server` lets you run a Solid server on top of the file-system. You can use it as a [command-line tool](https://github.com/solid/node-solid-server/blob/master/README.md#command-line-usage) (easy) or as a [library](https://github.com/solid/node-solid-server/blob/master/README.md#library-usage) (advanced). +The [solid test suite](https://github.com/nodeSolidServer/node-solid-server/blob/main/test/surface/run-solid-test-suite.sh) runs as part of GitHub Actions on this repository, ensuring that this server is always (to the best of our knowledge) fully spec compliant. + ## Solid Features supported - [x] [Linked Data Platform](http://www.w3.org/TR/ldp/) - [x] [Web Access Control](http://www.w3.org/wiki/WebAccessControl)