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 2faee30 commit 8a26612Copy full SHA for 8a26612
.github/workflows/cts.yml
@@ -99,9 +99,10 @@ jobs:
99
if: matrix.os == 'ubuntu-24.04'
100
uses: ./.github/actions/install-mesa
101
102
+ # Mixing --llvm-cov with deno (rusty_v8) has linking problems.
103
- name: Test cts_runner
104
shell: bash
- run: cargo --locked xtask test --llvm-cov -p cts_runner
105
+ run: cargo --locked xtask test -p cts_runner
106
107
- name: Run CTS
108
0 commit comments