From 86974fbe3948f35dd557cc3b7079a1cf085748e8 Mon Sep 17 00:00:00 2001 From: Evan Wallace Date: Sat, 4 Dec 2021 03:13:01 +0000 Subject: [PATCH] add rollup to ci tests --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd491b0e26e..4e930e5b7b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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