Skip to content

Commit

Permalink
Enable QuickJS testing on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Sep 3, 2024
1 parent c894d1c commit b20b175
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,18 @@ jobs:
shell: bash
run: build/build.sh -platform $PLATFORM -build_only

- name: Test
- name: Test (.NET)
shell: bash
run: build/test.sh -platform $PLATFORM

- name: Build (QuickJS runtime)
shell: bash
run: tests/quickjs/bootstrap.sh

- name: Test (QuickJS)
shell: bash
run: tests/quickjs/test.sh

- name: Pack
shell: bash
run: build/build.sh prepack -platform $PLATFORM
Expand Down

0 comments on commit b20b175

Please sign in to comment.