Skip to content

Commit 2b7186b

Browse files
committed
ci
1 parent 7e4bc91 commit 2b7186b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,15 @@ jobs:
158158
"$bin_dir/slang-test" \
159159
-server-count 8 \
160160
-category ${{ matrix.test-category }} \
161-
-api all-cpu \
162-
-expected-failure-list tests/expected-failure-github.txt
161+
-api all-cpu \
162+
-expected-failure-list tests/expected-failure-github.txt \
163+
gfx-unit-test-tool/precompiledTargetModule2Vulkan
163164
elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
164165
"$bin_dir/slang-test" \
165166
-category ${{ matrix.test-category }} \
166167
-api all-dx12 \
167-
-expected-failure-list tests/expected-failure-github.txt
168+
-expected-failure-list tests/expected-failure-github.txt \
169+
gfx-unit-test-tool/precompiledTargetModule2Vulkan
168170
else
169171
"$bin_dir/slang-test" \
170172
-category ${{ matrix.test-category }} \
@@ -196,7 +198,8 @@ jobs:
196198
-category ${{ matrix.test-category }} \
197199
-emit-spirv-via-glsl \
198200
-api vk \
199-
-expected-failure-list tests/expected-failure.txt
201+
-expected-failure-list tests/expected-failure.txt \
202+
gfx-unit-test-tool/precompiledTargetModule2Vulkan
200203
- uses: actions/upload-artifact@v4
201204
if: steps.filter.outputs.should-run == 'true' && ! matrix.full-gpu-tests
202205
with:

0 commit comments

Comments
 (0)