Skip to content

Commit

Permalink
Use skip list on full-gpu-tests
Browse files Browse the repository at this point in the history
Run slang-test in CI with the skip list when
full-gpu-tests is set, as is already done
in other test configurations.
  • Loading branch information
cheneym2 authored Nov 4, 2024
1 parent b8d50b5 commit 8857640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ jobs:
-use-test-server \
-server-count 8 \
-category ${{ matrix.test-category }} \
-api all-cpu
-api all-cpu \
-expected-failure-list tests/expected-failure-github.txt
elif [[ "${{matrix.has-gpu}}" == "true" ]]; then
"$bin_dir/slang-test" \
-use-test-server \
Expand Down

0 comments on commit 8857640

Please sign in to comment.