Skip to content

Commit 8857640

Browse files
authored
Use skip list on full-gpu-tests
Run slang-test in CI with the skip list when full-gpu-tests is set, as is already done in other test configurations.
1 parent b8d50b5 commit 8857640

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ jobs:
145145
-use-test-server \
146146
-server-count 8 \
147147
-category ${{ matrix.test-category }} \
148-
-api all-cpu
148+
-api all-cpu \
149+
-expected-failure-list tests/expected-failure-github.txt
149150
elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
150151
"$bin_dir/slang-test" \
151152
-use-test-server \

0 commit comments

Comments
 (0)