mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-04 07:06:57 +00:00
.github/workflows: Configure warnings-as-errors policy
Enable WERROR=y for CI and package builds so warnings in SCST code are fatal. Keep WERROR=n for regression and Coverity because these workflows must tolerate failures outside strict SCST package gates.
This commit is contained in:
@@ -8,6 +8,9 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
WERROR: 'n'
|
||||
|
||||
jobs:
|
||||
prepare_matrix:
|
||||
name: Prepare kernel matrix
|
||||
|
||||
Reference in New Issue
Block a user