Skip to content

Commit 02d3ded

Browse files
committedSep 22, 2022
build all platforms in ci
1 parent 44c5417 commit 02d3ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Uglify Tests
3434
run: CI=1 make uglify
3535

36+
- name: Ensure all platforms can be built
37+
run: make clean && make platform-all
38+
3639
esbuild:
3740
name: esbuild CI
3841
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)
Please sign in to comment.