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 b599252 commit 2faee30Copy full SHA for 2faee30
.github/workflows/cts.yml
@@ -99,7 +99,11 @@ jobs:
99
if: matrix.os == 'ubuntu-24.04'
100
uses: ./.github/actions/install-mesa
101
102
- - name: run CTS
+ - name: Test cts_runner
103
+ shell: bash
104
+ run: cargo --locked xtask test --llvm-cov -p cts_runner
105
+
106
+ - name: Run CTS
107
shell: bash
108
run: cargo --locked xtask cts --llvm-cov --backend ${{ matrix.backend }}
109
0 commit comments