diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df9dfa6b..5d36cc0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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