Add support for running parallelized tests locally

This commit is contained in:
Claudio Ortolina
2026-03-02 11:09:50 +00:00
parent a95648c25d
commit e0530bb039
3 changed files with 16 additions and 11 deletions
+3
View File
@@ -26,3 +26,6 @@ fd = 'latest'
[task_config]
includes = ["scripts"]
[tasks.test]
depends = ["dev:partitioned-test 1", "dev:partitioned-test 2"]