Skip to content

Commit 76f8c2c

Browse files
Include cts_runner tests in CTS jobs (#8547)
* Include cts_runner tests in CTS jobs * Don't use llvm-cov for cts_runner tests
1 parent 218b65f commit 76f8c2c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/cts.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,14 @@ jobs:
9999
if: matrix.os == 'ubuntu-24.04'
100100
uses: ./.github/actions/install-mesa
101101

102-
- name: run CTS
102+
# Mixing --llvm-cov with deno (rusty_v8) has linking problems.
103+
# Explicitly set the backend to avoid EGL messages in output,
104+
# because these tests check stdout.
105+
- name: Test cts_runner
106+
shell: bash
107+
run: DENO_WEBGPU_BACKEND=${{ matrix.backend }} cargo --locked test -p cts_runner
108+
109+
- name: Run CTS
103110
shell: bash
104111
run: cargo --locked xtask cts --llvm-cov --backend ${{ matrix.backend }}
105112

0 commit comments

Comments
 (0)