Skip to content

Commit

Permalink
test the webassembly build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Dec 8, 2020
1 parent 57012a7 commit e607fd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e607fd8

Please sign in to comment.