ci: real PostgreSQL test DB with pgvector, all tests enabled
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"test": "playwright test",
|
||||
"test:ui": "playwright test --ui",
|
||||
"test:headed": "playwright test --headed",
|
||||
"test:unit": "vitest run --exclude 'tests/migration/**' --exclude 'tests/unit/adaptive-weighting.test.ts' --exclude 'tests/unit/embedding-validation.test.ts' --exclude 'tests/unit/rrf.test.ts' --exclude 'tests/unit/fallback.test.ts'",
|
||||
"test:unit": "vitest run",
|
||||
"test:unit:watch": "vitest watch",
|
||||
"test:unit:coverage": "vitest run --coverage",
|
||||
"test:migration": "vitest run tests/migration",
|
||||
|
||||
Reference in New Issue
Block a user