From: Daniel Wagner Date: Mon, 7 Feb 2022 14:13:40 +0000 (+0100) Subject: build: Make CI build fail on warnings. X-Git-Tag: v2.0-rc3~15^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4ec5717cb597c4475a31d4e5eadd1933ebf06b86;p=users%2Fsagi%2Fnvme-cli.git 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 --- diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 7c123279..0d6350fd 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -23,4 +23,5 @@ jobs: # pip install nose nose2 - uses: BSFishy/meson-build@v1.0.3 with: + setup-options: --werror action: build