mirror of
https://github.com/zhigang1992/esbuild.git
synced 2026-01-12 17:13:19 +08:00
test the webassembly build in ci
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -57,12 +57,21 @@ jobs:
|
||||
run: node scripts/plugin-tests.js
|
||||
|
||||
- name: TypeScript Type Definition Tests
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: node scripts/ts-type-tests.js
|
||||
|
||||
- name: JS API Type Check
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: make lib-typecheck
|
||||
|
||||
- name: WebAssembly API Tests (browser)
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: make test-wasm-browser
|
||||
|
||||
- name: WebAssembly API Tests (node)
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: make test-wasm-node
|
||||
|
||||
- name: Sucrase Tests
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: make test-sucrase
|
||||
|
||||
Reference in New Issue
Block a user