Skip to content

Commit 69d85b5

Browse files
committed
Add CI build command line in contributing
1 parent c15e221 commit 69d85b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Additionally, you may want to build and test with the `_docs` feature to ensure
3939
that you aren't forgetting to document types and functions. CI will catch it if
4040
you forget, but the turn around will be a lot slower ;)
4141

42+
```
43+
$ cargo build --features "llvm_stable _docs"
44+
```
45+
4246
## Testing <span id="tests"/>
4347

4448
### Overview <span id="tests-overview"/>

0 commit comments

Comments
 (0)