10000 Add config for improve fail check · python/cpython@99715d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99715d2

Browse files
committed
Add config for improve fail check
1 parent 7793d80 commit 99715d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
working-directory: ${{ env.CPYTHON_BUILDDIR }}
8080
run: make pythoninfo
8181
- 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
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 --fail-on-improvement
8383
- name: Remount sources writable for tests
8484
# some tests write to srcdir, lack of pyc files slows down testing
8585
run: sudo mount $CPYTHON_RO_SRCDIR -oremount,rw

0 commit comments

Comments
 (0)
0