File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -156,17 +156,20 @@ jobs:
156
156
export SLANG_USE_SPV_SOURCE_LANGUAGE_UNKNOWN=1
157
157
if [[ "${{matrix.full-gpu-tests}}" == "true" ]]; then
158
158
"$bin_dir/slang-test" \
159
+ -use-test-server \
159
160
-server-count 8 \
160
161
-category ${{ matrix.test-category }} \
161
162
-api all-cpu \
162
163
-expected-failure-list tests/expected-failure-github.txt
163
164
elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
164
165
"$bin_dir/slang-test" \
166
+ -use-test-server \
165
167
-category ${{ matrix.test-category }} \
166
168
-api all-dx12 \
167
169
-expected-failure-list tests/expected-failure-github.txt
168
170
else
169
171
"$bin_dir/slang-test" \
172
+ -use-test-server \
170
173
-category ${{ matrix.test-category }} \
171
174
-api all-dx12 \
172
175
-expected-failure-list tests/expected-failure-github.txt \
You can’t perform that action at this time.
0 commit comments