From 142fbd30d446ff45772874aba0ff81f628150d54 Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Sat, 5 Sep 2020 20:10:09 -0700 Subject: [PATCH] run uglify tests in ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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