We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7296b43 commit bfec916Copy full SHA for bfec916
.github/workflows/release-latest.yaml
@@ -8,6 +8,7 @@ jobs:
8
matrix:
9
shard:
10
- gel
11
+ - gel-relational
12
- planetscale
13
- singlestore-core
14
- singlestore-proxy
@@ -146,6 +147,10 @@ jobs:
146
147
pnpm vitest run tests/gel
148
;;
149
150
+ gel-relational)
151
+ pnpm vitest run tests/relational/gel.test.ts
152
+ ;;
153
+
154
planetscale)
155
pnpm vitest run \
156
tests/mysql/mysql-planetscale.test.ts \
@@ -186,6 +191,7 @@ jobs:
186
191
other)
187
192
188
193
--exclude tests/gel \
194
+ --exclude tests/relational/gel.test.ts \
189
195
--exclude tests/mysql/mysql-planetscale.test.ts \
190
196
--exclude tests/relational/mysql.planetscale-v1.test.ts \
197
--exclude tests/relational/mysql.planetscale.test.ts \
0 commit comments