We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b2517 commit 884d7e2Copy full SHA for 884d7e2
.github/workflows/test.yml
@@ -50,11 +50,10 @@ jobs:
50
rust: stable
51
test: std
52
- os: windows-2022
53
- # powershell format
54
- wgpu-flags: '$env:DISABLE_WGPU = "1";'
+ wgpu-flags: "DISABLE_WGPU=1"
55
# not used yet, as wgpu tests are disabled on windows for now
56
# see issue: https://github.com/tracel-ai/burn/issues/1062
57
- # auto-graphics-backend-flags: '$env:AUTO_GRAPHICS_BACKEND = "dx12";'
+ # auto-graphics-backend-flags: "AUTO_GRAPHICS_BACKEND=dx12";'
58
exclude:
59
# only need to check this once
60
- rust: 1.71.0
@@ -159,6 +158,7 @@ jobs:
159
158
uses: napokue/[email protected]
160
161
- name: run checks & tests
+ shell: bash
162
run: ${{ matrix.coverage-flags }} ${{ matrix.wgpu-flags }} cargo xtask run-checks ${{ matrix.test }}
163
164
- name: Codecov upload
0 commit comments