We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402c751 commit 409417cCopy full SHA for 409417c
.github/workflows/meson_ci.yml
@@ -84,7 +84,7 @@ jobs:
84
python -m pip install meson ninja
85
86
- name: Configure
87
- run: meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
+ run: meson setup builddir -Dwith_test=enabled -Dwarning_level=3
88
89
- name: Run Tests
90
run: meson test -C builddir -v --test-args='show --mode tree --verbose ci --result fail'
0 commit comments