mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
Make CI fail on warning
This should help catch missing return statements in fully matched TUs.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user