Skip to content

Commit 2aec282

Browse files
committed
build: enable compression for Bun unit tests
1 parent 93fe86e commit 2aec282

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci-bun.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,19 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
bun-version: [0.5.1]
23+
bun-version: [0.5.1, canary]
2424
mysql-version: ["mysql:5.7", "mysql:8.0.18", "mysql:8.0.22"]
2525
use-compression: [0]
2626
use-tls: [0]
27+
include:
28+
- bun-version: "0.5.1"
29+
mysql-version: "mysql:8.0.22"
30+
use-compression: 1
31+
use-tls: 0
32+
- bun-version: "canary"
33+
mysql-version: "mysql:8.0.22"
34+
use-compression: 1
35+
use-tls: 0
2736

2837
name: Bun ${{ matrix.bun-version }} - DB ${{ matrix.mysql-version }} - SSL=${{matrix.use-tls}} Compression=${{matrix.use-compression}}
2938

0 commit comments

Comments
 (0)