Skip to content

Commit 8a26612

Browse files
committed
Don't use llvm-cov for cts_runner tests
1 parent 2faee30 commit 8a26612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cts.yml

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

102+
# Mixing --llvm-cov with deno (rusty_v8) has linking problems.
102103
- name: Test cts_runner
103104
shell: bash
104-
run: cargo --locked xtask test --llvm-cov -p cts_runner
105+
run: cargo --locked xtask test -p cts_runner
105106

106107
- name: Run CTS
107108
shell: bash

0 commit comments

Comments
 (0)