We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572c205 commit 7ed1044Copy full SHA for 7ed1044
.github/workflows/ci.yml
@@ -102,6 +102,9 @@ jobs:
102
TOX_TESTENV_PASSENV: "PYTHONUTF8"
103
run: python -m tox -v --durations -e ${{ matrix.tox_env }}
104
105
+ - name: Test compile
106
+ run: python -m compileall pyrepl pythoni pythoni1
107
+
108
- name: Report coverage
109
if: always() && (steps.setup-tox.outcome == 'success' && contains(matrix.tox_env, '-coverage'))
110
uses: codecov/codecov-action@v1
0 commit comments