improve runtest, optimize CI batching (#210)

This commit is contained in:
David Blass
2026-02-01 21:48:53 +00:00
committed by pullfrog[bot]
parent 2b3bd97b86
commit 18ba8e5fd0
19 changed files with 1534 additions and 514 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ export const test: TestRunnerOptions = {
name: "timeout tests",
fixture,
validator,
// agnostic tests expect failures, so override the default success check
expectFailure: true,
agnostic: true,
};