Skip to content

Commit f49e1e1

Browse files
committed
Revert "Update ci.yml"
This reverts commit 7e4bc91.
1 parent f1729cc commit f49e1e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -156,17 +156,20 @@ jobs:
156156
export SLANG_USE_SPV_SOURCE_LANGUAGE_UNKNOWN=1
157157
if [[ "${{matrix.full-gpu-tests}}" == "true" ]]; then
158158
"$bin_dir/slang-test" \
159+
-use-test-server \
159160
-server-count 8 \
160161
-category ${{ matrix.test-category }} \
161162
-api all-cpu \
162163
-expected-failure-list tests/expected-failure-github.txt
163164
elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
164165
"$bin_dir/slang-test" \
166+
-use-test-server \
165167
-category ${{ matrix.test-category }} \
166168
-api all-dx12 \
167169
-expected-failure-list tests/expected-failure-github.txt
168170
else
169171
"$bin_dir/slang-test" \
172+
-use-test-server \
170173
-category ${{ matrix.test-category }} \
171174
-api all-dx12 \
172175
-expected-failure-list tests/expected-failure-github.txt \

0 commit comments

Comments
 (0)