mirror of
https://github.com/hannobraun/Fornjot
synced 2025-04-29 23:48:35 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
1e24fc556b
commit
a2d6523e7c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user