Skip to content

Commit 3bde939

Browse files
committed
test: run a Cloudflare Workers (workerd) compatibility test in CI
1 parent 679d740 commit 3bde939

7 files changed

Lines changed: 1596 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
run: npm run typecheck
2929
- name: Test
3030
run: npm test
31+
# Runs the suite inside workerd to guard the Cloudflare Workers / Web-only
32+
# compatibility claim. Runtime-independent, so run it once.
33+
- name: Test (Cloudflare Workers runtime)
34+
if: matrix.node-version == '24.x'
35+
run: npm run test:workers
3136
- name: Build package
3237
run: npm run build
3338

0 commit comments

Comments
 (0)