Skip to content

Commit

Permalink
ci: test compileall
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmadaniHaryono committed Jul 23, 2022
1 parent 572c205 commit 7ed1044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ed1044

Please sign in to comment.