Skip to content

Commit 2faee30

Browse files
committed
Include cts_runner tests in CTS jobs
1 parent b599252 commit 2faee30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cts.yml

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

102-
- name: run CTS
102+
- name: Test cts_runner
103+
shell: bash
104+
run: cargo --locked xtask test --llvm-cov -p cts_runner
105+
106+
- name: Run CTS
103107
shell: bash
104108
run: cargo --locked xtask cts --llvm-cov --backend ${{ matrix.backend }}
105109

0 commit comments

Comments
 (0)