Tweak features for cargo check

Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com>
This commit is contained in:
Raph Levien 2023-05-20 12:35:55 -07:00 committed by GitHub
parent 6fb757266e
commit bfccd006e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,8 @@ jobs:
- name: Install native dependencies
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- run: cargo check --workspace
- run: cargo check --features=hot_reload,buffer_labels
# Check vello (the default crate) without the features used by `with_winit` for debugging
- run: cargo check
# --exclude with_bevy # for when bevy has an outdated wgpu version
# -Dwarnings # for when we have fixed unused code warnings