mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Add running the doctests to the ci
This commit is contained in:
parent
4a6b093f6d
commit
65258ac575
2
justfile
2
justfile
|
@ -37,7 +37,7 @@ run-game game:
|
|||
run-game-debug game:
|
||||
(cd "examples/{{game}}" && cargo run)
|
||||
|
||||
ci: build-debug clippy test build-release test-release build-roms build-book
|
||||
ci: build-debug clippy test build-release test-release doctest-agb build-roms build-book
|
||||
|
||||
build-roms:
|
||||
just _build-rom "examples/the-purple-night" "PURPLENIGHT"
|
||||
|
|
Loading…
Reference in a new issue