aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-01-16 19:25:27 +0100
committerJoris Guyonvarch2026-01-16 19:25:27 +0100
commit8f9e9c0e5142b2a224dda926396149b7e1dd4602 (patch)
tree816cdcfeda20d01d5a585b05686f2664a27d7780
parent12aba49b256d11a34c1472288e8a585be74928e1 (diff)
Add test command in README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8cfed5..8bff9ad 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,9 @@ nix develop --command bin/dev-server
```
Dev key is '1234'.
+
+# Testing
+
+```sh
+cargo test
+```