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