Skip to content

Commit

Permalink
build all platforms in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Sep 22, 2022
1 parent 44c5417 commit 02d3ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Uglify Tests
run: CI=1 make uglify

- name: Ensure all platforms can be built
run: make clean && make platform-all

esbuild:
name: esbuild CI
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 02d3ded

Please sign in to comment.