Skip to content

Commit 2c41bca

Browse files
author
Marco Felsch
committed
github: enable -Werror
We can enable the Werror switch now after we fixed all warnings. Signed-off-by: Marco Felsch <[email protected]>
1 parent 917ab44 commit 2c41bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919

2020
- name: Build
2121
run: |
22-
meson setup build # enable -Dwerror=true later
22+
meson setup -Dwerror=true build
2323
meson configure build
2424
meson compile -C build

0 commit comments

Comments
 (0)