Skip to content

Commit 22759c0

Browse files
committed
Enable QuickJS testing on CI.
1 parent a9a9a21 commit 22759c0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,18 @@ jobs:
5555
shell: bash
5656
run: build/build.sh -platform $PLATFORM -build_only
5757

58-
- name: Test
58+
- name: Test (.NET)
5959
shell: bash
6060
run: build/test.sh -platform $PLATFORM
6161

62+
- name: Build (QuickJS runtime)
63+
shell: bash
64+
run: test/quickjs/bootstrap.sh
65+
66+
- name: Test (QuickJS)
67+
shell: bash
68+
run: test/quickjs/test.sh
69+
6270
- name: Pack
6371
shell: bash
6472
run: build/build.sh prepack -platform $PLATFORM

0 commit comments

Comments
 (0)