Skip to content

Commit d552513

Browse files
committed
ci: enable tests on graaljs
1 parent 32b7e4e commit d552513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
- run: pnpm i --frozen-lockfile
3232
- run: pnpm run test
3333

34-
barebone:
34+
jsvu:
3535
runs-on: ubuntu-22.04
3636
name: '${{ matrix.engine }} (barebone)'
3737

3838
strategy:
3939
matrix:
40-
engine: [hermes, v8, javascriptcore, spidermonkey, quickjs, xs]
40+
engine: [hermes, v8, javascriptcore, spidermonkey, quickjs, xs, graaljs]
4141

4242
steps:
4343
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5454
with:
5555
path: ~/.jsvu
56-
key: barebone-${{ matrix.engine }}-${{ runner.os }}
56+
key: barebone-jsvu-${{ matrix.engine }}-${{ runner.os }}
5757
- run: node --run jsvu -- --os=linux64 --engines="${{ matrix.engine }}"
5858
- run: EXODUS_TEST_DROP_NETWORK=1 node --run "test:${{ matrix.engine }}"
5959

0 commit comments

Comments
 (0)