We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aec282 commit 52598e8Copy full SHA for 52598e8
.github/workflows/ci-bun.yml
@@ -68,4 +68,4 @@ jobs:
68
69
- name: Run tests
70
# todo: run full test suite once test createServer is implemented using Bun.listen
71
- run: FILTER=test-select MYSQL_PORT=3306 bun run test
+ run: MYSQL_USE_COMPRESSION=${{ matrix.use-compression }} FILTER=test-select MYSQL_PORT=3306 bun run test
0 commit comments