Skip to content

Commit 42b279d

Browse files
committed
try JSC, will look into caching later
1 parent a2cff51 commit 42b279d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: Build tests
5353
run: clojure -A:runtime.test.build
5454

55-
- name: Install V8
56-
run: sudo apt-get install -y libv8-dev
55+
- name: Install JSC
56+
run: git clone --depth=1 git://git.webkit.org/WebKit.git WebKit; cd WebKit; Tools/Scripts/build-jsc --jsc-only; cd ..
5757

5858
- name: Run tests
59-
run: d8 builds/out-adv/core-advanced-test.js
59+
run: WebKit/WebKitBuild/Release/bin/jsc builds/out-adv/core-advanced-test.js

0 commit comments

Comments
 (0)