Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Dec 7, 2022
1 parent 1e24fc5 commit a2d6523
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a2d6523

Please sign in to comment.