Add an xtask to help with running tests

During development I often need to run a bunch of tests. Instead of
having some unwieldy shell command, I have added this xtask to help with
running the testing commands.
This commit is contained in:
Eric Huss
2025-09-26 18:47:59 -07:00
parent b4c53b9e9c
commit 2c7d192b50
6 changed files with 162 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -2514,6 +2514,10 @@ dependencies = [
"markup5ever 0.11.0",
]
[[package]]
name = "xtask"
version = "0.0.0"
[[package]]
name = "zerocopy"
version = "0.8.26"