diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 188bd938..9cc59d12 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -30,7 +30,7 @@ jobs: CC: ${{ matrix.compiler }} BASE_CFLAGS: -Wp,-D_FORTIFY_SOURCE=2 BUILDDIR: builddir - CONFIG_OPTS: -Dinstalled_tests=true + CONFIG_OPTS: -Dwerror=true -Dinstalled_tests=true steps: - name: Check out flatpak-builder