File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -158,15 +158,13 @@ jobs:
158
158
"$bin_dir/slang-test" \
159
159
-server-count 8 \
160
160
-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
164
163
elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
165
164
"$bin_dir/slang-test" \
166
165
-category ${{ matrix.test-category }} \
167
166
-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
170
168
else
171
169
"$bin_dir/slang-test" \
172
170
-category ${{ matrix.test-category }} \
@@ -198,8 +196,7 @@ jobs:
198
196
-category ${{ matrix.test-category }} \
199
197
-emit-spirv-via-glsl \
200
198
-api vk \
201
- -expected-failure-list tests/expected-failure.txt \
202
- gfx-unit-test-tool/precompiledTargetModule2Vulkan
199
+ -expected-failure-list tests/expected-failure.txt
203
200
- uses : actions/upload-artifact@v4
204
201
if : steps.filter.outputs.should-run == 'true' && ! matrix.full-gpu-tests
205
202
with :
You can’t perform that action at this time.
0 commit comments