Skip to content

Commit f1729cc

Browse files
committed
Revert "ci"
This reverts commit 2b7186b.
1 parent 5f3f837 commit f1729cc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,13 @@ 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 \
163-
gfx-unit-test-tool/precompiledTargetModule2Vulkan
161+
-api all-cpu \
162+
-expected-failure-list tests/expected-failure-github.txt
164163
elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
165164
"$bin_dir/slang-test" \
166165
-category ${{ matrix.test-category }} \
167166
-api all-dx12 \
168-
-expected-failure-list tests/expected-failure-github.txt \
169-
gfx-unit-test-tool/precompiledTargetModule2Vulkan
167+
-expected-failure-list tests/expected-failure-github.txt
170168
else
171169
"$bin_dir/slang-test" \
172170
-category ${{ matrix.test-category }} \
@@ -198,8 +196,7 @@ jobs:
198196
-category ${{ matrix.test-category }} \
199197
-emit-spirv-via-glsl \
200198
-api vk \
201-
-expected-failure-list tests/expected-failure.txt \
202-
gfx-unit-test-tool/precompiledTargetModule2Vulkan
199+
-expected-failure-list tests/expected-failure.txt
203200
- uses: actions/upload-artifact@v4
204201
if: steps.filter.outputs.should-run == 'true' && ! matrix.full-gpu-tests
205202
with:

0 commit comments

Comments
 (0)