mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Fix lazy CI for snapshots
This commit is contained in:
5
.github/workflows/lazy.yml
vendored
5
.github/workflows/lazy.yml
vendored
@@ -153,6 +153,11 @@ jobs:
|
||||
name: Check snapshots (without validation)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
- uses: actions-rs/cargo@v1
|
||||
name: Test all (without validation)
|
||||
with:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
(
|
||||
msl_custom: true,
|
||||
msl: (
|
||||
lang_version: (1, 2),
|
||||
per_stage_map: (
|
||||
|
||||
Reference in New Issue
Block a user