From 1f4caa5122aacf9b5b29e9cbae4dd7ca0d0235f8 Mon Sep 17 00:00:00 2001 From: Rachmadani Haryono Date: Fri, 18 Feb 2022 17:28:31 +0800 Subject: [PATCH] ci: test compileall --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76e8e84..f0f3e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,9 @@ jobs: TOX_TESTENV_PASSENV: "PYTHONUTF8" run: python -m tox -v --durations -e ${{ matrix.tox_env }} + - name: Test compile + run: python -m compileall pyrepl pythoni pythoni1 + - name: Report coverage if: always() && (steps.setup-tox.outcome == 'success' && contains(matrix.tox_env, '-coverage')) uses: codecov/codecov-action@v1