tree-sitter/xtask
Liu Yuxi 20aaabfd9c
fix(xtask): remove the test_flags arg if it's empty for cargo test
`cargo xtask test test_something` currently constructs `cargo test ''
test_something`, which errors out for `cargo test`. This fix removes
the `test_flags` string if it's empty.
2024-11-09 15:03:14 -05:00
..
src fix(xtask): remove the test_flags arg if it's empty for cargo test 2024-11-09 15:03:14 -05:00
Cargo.toml feat: move scripts to xtasks 2024-10-08 21:07:41 -04:00