Skip to content

Commit 3f0b379

Browse files
authored
Merge pull request #225 from igaw/fail-on-warnings
build: Make CI build fail on warnings
2 parents 1eae1f1 + 34b901c commit 3f0b379

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)