mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Include cts_runner tests in CTS jobs (#8547)
* Include cts_runner tests in CTS jobs * Don't use llvm-cov for cts_runner tests
This commit is contained in:
parent
218b65f9a8
commit
76f8c2c603
9
.github/workflows/cts.yml
vendored
9
.github/workflows/cts.yml
vendored
@ -99,7 +99,14 @@ jobs:
|
||||
if: matrix.os == 'ubuntu-24.04'
|
||||
uses: ./.github/actions/install-mesa
|
||||
|
||||
- name: run CTS
|
||||
# Mixing --llvm-cov with deno (rusty_v8) has linking problems.
|
||||
# Explicitly set the backend to avoid EGL messages in output,
|
||||
# because these tests check stdout.
|
||||
- name: Test cts_runner
|
||||
shell: bash
|
||||
run: DENO_WEBGPU_BACKEND=${{ matrix.backend }} cargo --locked test -p cts_runner
|
||||
|
||||
- name: Run CTS
|
||||
shell: bash
|
||||
run: cargo --locked xtask cts --llvm-cov --backend ${{ matrix.backend }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user