10000
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 7793d80 commit 99715d2Copy full SHA for 99715d2
.github/workflows/reusable-ubuntu.yml
@@ -79,7 +79,7 @@ jobs:
79
working-directory: ${{ env.CPYTHON_BUILDDIR }}
80
run: make pythoninfo
81
- name: Check compiler warnings
82
- run: python Tools/build/check_warnings.py --compiler-output-file-path=${{ env.CPYTHON_BUILDDIR }}/compiler_output.txt --warning-ignore-file-path ${GITHUB_WORKSPACE}/Tools/build/.warningignore_ubuntu
+ run: python Tools/build/check_warnings.py --compiler-output-file-path=${{ env.CPYTHON_BUILDDIR }}/compiler_output.txt --warning-ignore-file-path ${GITHUB_WORKSPACE}/Tools/build/.warningignore_ubuntu --fail-on-improvement
83
- name: Remount sources writable for tests
84
# some tests write to srcdir, lack of pyc files slows down testing
85
run: sudo mount $CPYTHON_RO_SRCDIR -oremount,rw
0 commit comments