Skip to content

Commit

Permalink
ci: run tests defined in src dir
Browse files Browse the repository at this point in the history
This runs only newer tests and prevents failure on old tests.
  • Loading branch information
velut committed Jan 16, 2024
1 parent db7f777 commit a8f3cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a8f3cfb

Please sign in to comment.