diff --git a/honk/rules/cargo/workspace.honk b/honk/rules/cargo/workspace.honk index ce60439ea..84df55b2e 100644 --- a/honk/rules/cargo/workspace.honk +++ b/honk/rules/cargo/workspace.honk @@ -11,6 +11,9 @@ load("//honk/rules/cargo/wasm-pack.honk", "maybe_wasm_crate") # .filenames[]" | grep -v dSYM - > filenames.txt +# TODO add workspace dependencies between crates + + def test_crate(package): """ Run `cargo test --all-targets -p ${package}`.