mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Ensure the hashmap tests get run with serde
This commit is contained in:
parent
b71c544b9a
commit
e1e0af7418
4
justfile
4
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
|
||||
|
|
Loading…
Reference in a new issue