From 40f6af32cb5e800546a91e6400992817932edb7e Mon Sep 17 00:00:00 2001 From: Oyvind Netland Date: Fri, 24 May 2024 20:19:17 +0200 Subject: [PATCH] update Readme with instructions to build cargo test issue #26 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b70453f6..ec1f4ec4 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,15 @@ cd applications/web pnpm test:unit -w ``` +### rust + +Change the working directory to packages/cadmium and to run rust tests: + +```shell +cd packages/cadmium +cargo test +``` + ## Contributing I am not currently able to handle contributions. After the 0.1 release in April I will be looking for help in a few areas: