mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
Add justfile target for running the doc tests
This commit is contained in:
parent
eeefec6e27
commit
b29b4c261e
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -17,6 +17,9 @@ test:
|
|||
test-release:
|
||||
just _test-release agb
|
||||
|
||||
doctest-agb:
|
||||
(cd agb && cargo test --doc -Z doctest-xcompile)
|
||||
|
||||
clean:
|
||||
just _all-crates _clean
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue