Skip to content

Commit

Permalink
update Readme with instructions to build cargo test
Browse files Browse the repository at this point in the history
issue #26
  • Loading branch information
oyvindnetland authored and MattFerraro committed May 24, 2024
1 parent 6fbb1c8 commit 40f6af3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 40f6af3

Please sign in to comment.