From 88576409316bf3050621f9149c8f87b2c9652087 Mon Sep 17 00:00:00 2001 From: cheneym2 Date: Mon, 4 Nov 2024 15:52:19 -0500 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56e1df6b0d..0491bbdc85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \