Make CI fail on warning

This should help catch missing return statements in fully matched TUs.
This commit is contained in:
LagoLunatic
2024-06-16 13:15:13 -04:00
parent e51727b56c
commit ea2e435973
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
run: cp -R /orig/${{matrix.version}} orig
- name: Build
run: |
python configure.py --version ${{matrix.version}} --compilers /compilers
python configure.py --version ${{matrix.version}} --compilers /compilers --warn error
ninja
- name: Upload progress
if: github.ref == 'refs/heads/main'