Browse Source

Enable QuickJS testing on CI.

pull/1865/head
Joao Matos 11 months ago
parent
commit
b20b1752f4
  1. 10
      .github/workflows/main.yml

10
.github/workflows/main.yml

@ -55,10 +55,18 @@ jobs: @@ -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

Loading…
Cancel
Save