1
0
mirror of https://github.com/hannobraun/Fornjot synced 2025-04-29 23:48:35 +00:00

Update CONTRIBUTING.md

This commit is contained in:
Hanno Braun 2022-12-07 09:14:37 +01:00
parent 1e24fc556b
commit a2d6523e7c

View File

@ -54,7 +54,12 @@ cargo test -p fj-kernel
You can run the full suite of checks and tests like this:
``` sh
just build
just ci
```
You can also run a lighter version that just checks for code correctness:
``` sh
just test
```
This requires [`just`](https://crates.io/crates/just), which you can install like this: