8000
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 a0f8fd5 commit f11ec0dCopy full SHA for f11ec0d
.github/workflows/reusable-macos.yml
@@ -52,6 +52,12 @@ jobs:
52
- name: Display build info
53
run: make pythoninfo
54
- name: Check compiler warnings
55
- run: python3 Tools/build/check_warnings.py --compiler-output-file-path=compiler_output.txt --warning-ignore-file-path=Tools/build/.warningignore_macos --compiler-output-type=clang
+ run: >-
56
+ python3 Tools/build/check_warnings.py
57
+ --compiler-output-file-path=compiler_output.txt
58
+ --warning-ignore-file-path=Tools/build/.warningignore_macos
59
+ --compiler-output-type=clang
60
+ --fail-on-regression
61
+ --fail-on-improvement
62
- name: Tests
63
run: make test
0 commit comments