We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218b65f commit 76f8c2cCopy full SHA for 76f8c2c
.github/workflows/cts.yml
@@ -99,7 +99,14 @@ jobs:
99
if: matrix.os == 'ubuntu-24.04'
100
uses: ./.github/actions/install-mesa
101
102
- - name: run CTS
+ # 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
110
shell: bash
111
run: cargo --locked xtask cts --llvm-cov --backend ${{ matrix.backend }}
112
0 commit comments