Skip to content

Commit 34b901c

Browse files
committed
build: Make CI build fail on warnings
Currently, warnings are hidden in the logs and the build is marked as succeeded. Mark all warnings as error so that we see them show up in the review process. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 1eae1f1 commit 34b901c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/meson.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
- uses: actions/setup-python@v1
2020
- uses: BSFishy/[email protected]
2121
with:
22-
action: test
22+
setup-options: --werror
2323
options: --verbose
24+
action: test
2425
# Preserve meson's log file on failure
2526
- uses: actions/upload-artifact@v1
2627
if: failure()

0 commit comments

Comments
 (0)