Ensure the hashmap tests get run with serde

This commit is contained in:
Gwilym Inzani 2024-10-30 11:08:49 +00:00
parent b71c544b9a
commit e1e0af7418

View file

@ -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