8000 Fail macos on regression and improvement · python/cpython@f11ec0d · GitHub
[go: up one dir, main page]

Skip to content

Commit f11ec0d

Browse files
committed
Fail macos on regression and improvement
1 parent a0f8fd5 commit f11ec0d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/reusable-macos.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
- name: Display build info
5353
run: make pythoninfo
5454
- 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
55+
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
5662
- name: Tests
5763
run: make test

0 commit comments

Comments
 (0)
0