From 65258ac5750fd7279a214c66d076ee174b9ce4c7 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Tue, 12 Jul 2022 15:07:59 +0100 Subject: [PATCH] Add running the doctests to the ci --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 15709c8c..cdc3097a 100644 --- a/justfile +++ b/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"