Skip to content

Commit

Permalink
add rollup to ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Dec 4, 2021
1 parent be48699 commit 86974fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: CI=1 make uglify

- name: Rollup Tests
if: matrix.os == 'ubuntu-latest'
run: make test-rollup

- name: Check the unicode table generator
if: matrix.os == 'ubuntu-latest'
run: cd scripts && node gen-unicode-table.js
Expand Down

0 comments on commit 86974fb

Please sign in to comment.