Skip to content

Commit

Permalink
Focus on burn-wgpu failing tests on windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Nov 24, 2023
1 parent ff0f47f commit ed00d09
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,21 @@ jobs:
if: matrix.os == 'windows-2022'
uses: napokue/[email protected]

- name: run checks & tests
# - name: run checks & tests
# env:
# CI_RUN: 1
# WGPU_DX12_COMPILER: dxc
# WGPU_BACKEND: matrix.wgpu_backend
# run: ${{ matrix.coverage-flags }} cargo xtask run-checks ${{ matrix.test }}

- name: (temp) run burn_wgpu tests
env:
CI_RUN: 1
WGPU_DX12_COMPILER: dxc
WGPU_BACKEND: matrix.wgpu_backend
run: ${{ matrix.coverage-flags }} cargo xtask run-checks ${{ matrix.test }}
run: |
cd burn-wgpu
cargo test
- name: Codecov upload
if: matrix.os == 'ubuntu-22.04' && matrix.rust == 'stable' && matrix.test == 'std'
Expand Down

0 comments on commit ed00d09

Please sign in to comment.