Skip to content

Commit 1f4caa5

Browse files
ci: test compileall
1 parent aff7e5a commit 1f4caa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
TOX_TESTENV_PASSENV: "PYTHONUTF8"
103103
run: python -m tox -v --durations -e ${{ matrix.tox_env }}
104104

105+
- name: Test compile
106+
run: python -m compileall pyrepl pythoni pythoni1
107+
105108
- name: Report coverage
106109
if: always() && (steps.setup-tox.outcome == 'success' && contains(matrix.tox_env, '-coverage'))
107110
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)