mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 00:33:51 +00:00
Don't test on MSRV, just check
This commit is contained in:
parent
c524a6beac
commit
91990298b3
6
.github/workflows/pipeline.yml
vendored
6
.github/workflows/pipeline.yml
vendored
@ -26,10 +26,12 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
name: Test all features
|
||||
with:
|
||||
# we could use `test` but `criterion` is a dev dependency,
|
||||
# and it doesn't build with our MSRV
|
||||
command: check
|
||||
# `cli` already enables most features, so let's add the rest,
|
||||
# except for `arbitrary`, which requires Rust-1.51
|
||||
command: test
|
||||
args: --workspace --features serialize,deserialize
|
||||
args: --workspace
|
||||
- name: Check snapshots
|
||||
run: git diff --exit-code -- tests/out
|
||||
test:
|
||||
|
@ -64,7 +64,7 @@ hexf-parse = { version = "0.2.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
bincode = "1"
|
||||
criterion = { version = "0.3", features = ["html_reports"] }
|
||||
criterion = { version = "0.3", features = [] }
|
||||
diff = "0.1"
|
||||
ron = "0.7"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user