|
85 | 85 | dbs: [singlestore-many] |
86 | 86 | - shard: int:singlestore-proxy |
87 | 87 | dbs: [singlestore-many] |
88 | | - - shard: int:singlestore-prefixed |
89 | | - dbs: [singlestore] |
90 | | - - shard: int:singlestore-custom |
91 | | - dbs: [singlestore] |
92 | 88 | - shard: int:mysql |
93 | 89 | dbs: [mysql] |
94 | 90 | - shard: int:postgres |
@@ -218,10 +214,8 @@ jobs: |
218 | 214 | pnpm --stream vitest --reporter=verbose --silent=false run tests/gel |
219 | 215 | fi |
220 | 216 | ;; |
221 | | - int:singlestore-core) pnpm --stream vitest --reporter=verbose --silent=false run tests/singlestore/singlestore.test.ts ;; |
222 | | - int:singlestore-proxy) pnpm --stream vitest --reporter=verbose --silent=false run tests/singlestore/singlestore-proxy.test.ts ;; |
223 | | - int:singlestore-prefixed) pnpm --stream vitest --reporter=verbose --silent=false run tests/singlestore/singlestore-prefixed.test.ts ;; |
224 | | - int:singlestore-custom) pnpm --stream vitest --reporter=verbose --silent=false run tests/singlestore/singlestore-custom.test.ts ;; |
| 217 | + int:singlestore-core) pnpm --stream vitest --reporter=verbose --silent=false run ./singlestore/singlestore.test.ts ;; |
| 218 | + int:singlestore-proxy) pnpm --stream vitest --reporter=verbose --silent=false run ./singlestore/singlestore-proxy.test.ts ./singlestore/singlestore-prefixed.test.ts ./singlestore/singlestore-custom.test.ts ;; |
225 | 219 | int:postgres) |
226 | 220 | if [[ -z "${SKIP_EXTERNAL_DB_TESTS:-}" ]]; then |
227 | 221 | pnpm --stream vitest --reporter=verbose --silent=false run tests/pg/ |
@@ -250,9 +244,10 @@ jobs: |
250 | 244 | kit:mssql) cd ../drizzle-kit && pnpm --stream run test:mssql ;; |
251 | 245 | validators) |
252 | 246 | (cd ../drizzle-zod && pnpm --stream test --reporter=verbose --silent=false) |
253 | | - (cd ../drizzle-valibod && pnpm --stream test --reporter=verbose --silent=false) |
| 247 | + (cd ../drizzle-valibot && pnpm --stream test --reporter=verbose --silent=false) |
254 | 248 | (cd ../drizzle-arktype && pnpm --stream test --reporter=verbose --silent=false) |
255 | 249 | (cd ../drizzle-typebox && pnpm --stream test --reporter=verbose --silent=false) |
| 250 | + ;; |
256 | 251 | orm|seed) |
257 | 252 | (cd ../drizzle-${{ matrix.shard }} && pnpm --stream test --reporter=verbose --silent=false) |
258 | 253 | ;; |
|
0 commit comments