From e1e0af7418b76c81e51481eb1115c765a09fc1dc Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Wed, 30 Oct 2024 11:08:49 +0000 Subject: [PATCH] Ensure the hashmap tests get run with serde --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index a3164741..5f885e09 100644 --- a/justfile +++ b/justfile @@ -19,6 +19,10 @@ clippy: just _all-crates _clippy test: + # test the workspace + cargo test + # also need to explicitly hit the serde tests in agb-hashmap + (cd agb-hashmap && cargo test --features=serde serde) just _test-debug agb just _test-debug tracker/agb-tracker just _test-multiboot