run uglify tests in ci

This commit is contained in:
Evan Wallace
2020-09-05 20:10:09 -07:00
parent 8983ef50a0
commit 142fbd30d4

View File

@@ -64,3 +64,7 @@ jobs:
- name: Preact Splitting Tests
if: matrix.os == 'ubuntu-latest'
run: make test-preact-splitting
- name: Uglify Tests
if: matrix.os == 'ubuntu-latest'
run: make uglify