From a9a040fa228eb8994a41d00610f26fc460064495 Mon Sep 17 00:00:00 2001 From: firestar99 Date: Mon, 1 Dec 2025 08:24:40 +0100 Subject: [PATCH] wgpu debug logging --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 44992bcd24..cb79e2e05c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -198,6 +198,7 @@ jobs: run: cargo fetch --locked --target $TARGET - name: cargo fetch --locked difftests run: cargo fetch --locked --manifest-path=tests/difftests/tests/Cargo.toml --target $TARGET + - run: echo "RUST_LOG=debug" >> "$GITHUB_ENV" - name: test difftest run: cargo test -p "difftest*" --release --no-default-features --features "use-installed-tools" - name: difftests