Skip to content

Commit 52598e8

Browse files
committed
actually pass compression flag to the test
1 parent 2aec282 commit 52598e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-bun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868

6969
- name: Run tests
7070
# todo: run full test suite once test createServer is implemented using Bun.listen
71-
run: FILTER=test-select MYSQL_PORT=3306 bun run test
71+
run: MYSQL_USE_COMPRESSION=${{ matrix.use-compression }} FILTER=test-select MYSQL_PORT=3306 bun run test

0 commit comments

Comments
 (0)