commit 249f73211c6c6e9965814f1abc7c05d80fbf2828
parent dee58f7148491d562790db2b0702aa611ed2c218
Author: triesap <tyson@radroots.org>
Date: Sat, 11 Apr 2026 18:42:08 +0000
test: include repo-local process lane by default
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pixi.toml b/pixi.toml
@@ -26,4 +26,4 @@ test-runtime-contract = { depends-on = [
"test-repo-local-process",
"test-stdio",
] }
-test = { depends-on = ["test-unit", "test-runtime", "test-stdio"] }
+test = { depends-on = ["test-unit", "test-runtime-contract"] }