summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-09-01 11:11:58 -0700
committerGitHub <noreply@github.com>2023-09-01 11:11:58 -0700
commit355bb4287861f96082751042f4e58ff3598b4e5e (patch)
treeb0412ba11c6dc88a7d129c4f6165fd02e8e8cb1f /.github/workflows
parentd1f7e406e895f77d1d02615edd568cd2535957b4 (diff)
Fix github ci. (#3177)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f3ac5fc04..182ac3867 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -66,5 +66,5 @@ jobs:
$spirvToolsBinDir = ".\external\slang-binaries\spirv-tools\windows-${{matrix.testPlatform}}\bin\";
$env:Path += ";$slangTestBinDir;$spirvToolsBinDir";
Expand-Archive "vk_swiftshader_windows_${{matrix.testPlatform}}.zip" -DestinationPath $slangTestBinDir;
- & "$slangTestBinDir\slang-test.exe" -api all-dx12 -appveyor -bindir "$slangTestBinDir\" -platform ${{matrix.testPlatform}} -configuration ${{matrix.configuration}} -category ${{matrix.testCategory}} 2>&1;
+ & "$slangTestBinDir\slang-test.exe" -api all-dx12 -appveyor -bindir "$slangTestBinDir\" -platform ${{matrix.testPlatform}} -configuration ${{matrix.configuration}} -category ${{matrix.testCategory}} -expected-failure-list tests/expected-failure-github.txt 2>&1;