From a8f3cfb1b99a4cb6d1bdd7bad1ffc48fdacacad5 Mon Sep 17 00:00:00 2001 From: Edoardo Scibona <12040076+velut@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:48:18 +0100 Subject: [PATCH] ci: run tests defined in src dir This runs only newer tests and prevents failure on old tests. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e28767d..13a9b638 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "test": "vitest", "test:packages": "vitest run test/package-snapshots", "test:cov": "vitest run --coverage", - "test:ci": "vitest run --coverage --bail 1", + "test:ci": "vitest run src --coverage --bail 1", "lint": "prettier --check .", "format": "prettier --write .", "debug:analyze": "pnpm tsx scripts/debug-analyze.ts",