diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe43b2a3dd57..58639b2fc309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: BABEL_8_BREAKING: true STRIP_BABEL_8_FLAG: true - name: Lint - run: make lint + run: make -j tscheck flowcheck-ci lint-ci env: BABEL_ENV: test BABEL_8_BREAKING: true