summaryrefslogtreecommitdiffstats
path: root/.github/workflows/falcor-test.yml
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2024-07-18 14:31:27 -0700
committerGitHub <noreply@github.com>2024-07-18 14:31:27 -0700
commitbe66cc88acebe87e175659df1afc2e4586ed8958 (patch)
tree6f3e07cc0017e7d1483c176c1144829db47b375d /.github/workflows/falcor-test.yml
parentad379b7c532bef5ac49e6d730027ac8751e618d7 (diff)
Enable warnings-as-error for CI (#4659)
Enable warnings-as-error for CI Closes #4664. Uses glslang commit that fixed a compiler warning Fixes a recent warning from external/CMakelist.txt A new macro, `SLANG_MAYBE_UNUSED` is added for a future need.
Diffstat (limited to '.github/workflows/falcor-test.yml')
-rw-r--r--.github/workflows/falcor-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml
index 9dccb6af2..04c734bd4 100644
--- a/.github/workflows/falcor-test.yml
+++ b/.github/workflows/falcor-test.yml
@@ -21,7 +21,7 @@ jobs:
platform: [x86_64]
include:
# Self-hosted falcor tests
- - warnings-as-errors: false
+ - warnings-as-errors: true
test-category: full
full-gpu-tests: false
runs-on: [Windows, self-hosted, falcor]