File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 8585 dbs : [singlestore-many]
8686 - shard : int:singlestore-proxy
8787 dbs : [singlestore-many]
88- - shard : int:singlestore-prefixed
89- dbs : [singlestore]
90- - shard : int:singlestore-custom
91- dbs : [singlestore]
9288 - shard : int:mysql
9389 dbs : [mysql]
9490 - shard : int:postgres
@@ -218,10 +214,8 @@ jobs:
218214 pnpm --stream vitest --reporter=verbose --silent=false run tests/gel
219215 fi
220216 ;;
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 ;;
225219 int:postgres)
226220 if [[ -z "${SKIP_EXTERNAL_DB_TESTS:-}" ]]; then
227221 pnpm --stream vitest --reporter=verbose --silent=false run tests/pg/
You can’t perform that action at this time.
0 commit comments