Skip to content

Commit 22ad030

Browse files
committed
ci: test on workerd
1 parent 057532e commit 22ad030

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,22 @@ jobs:
5757
- run: node --run jsvu -- --os=linux64 --engines="${{ matrix.engine }}"
5858
- run: EXODUS_TEST_DROP_NETWORK=1 node --run "test:${{ matrix.engine }}"
5959

60+
workerd:
61+
runs-on: ubuntu-latest
62+
name: 'Test on workerd'
63+
steps:
64+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
65+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
66+
with:
67+
run_install: false
68+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
69+
with:
70+
node-version-file: '.nvmrc'
71+
cache: pnpm
72+
registry-url: 'https://registry.npmjs.org'
73+
- run: pnpm i --frozen-lockfile
74+
- run: node --run test:workerd
75+
6076
servo:
6177
runs-on: ubuntu-latest
6278
name: 'Servo ${{ matrix.servo-version }}'

0 commit comments

Comments
 (0)