diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2024-06-06 11:21:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 11:21:23 -0700 |
| commit | fa664d1419659e3c56db823c60f2b9cc088455cd (patch) | |
| tree | 26cbe8f09e0d30317889b7f9a2498670cf93d9e6 /.github/workflows | |
| parent | f1490526be567059a8e4b98aa41eef698065aee1 (diff) | |
Fix build warnings and treat warnings as error on CI (#4276)
* Fix build warnings and treat warnings as error
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a60a047f1..2a64d3972 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: compiler: gcc platform: x64 config: debug - warnings-as-errors: false + warnings-as-errors: true test-category: smoke full-gpu-tests: false runs-on: ubuntu-20.04 |
