mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-08 20:01:30 +11:00
Tweak features for cargo check
Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com>
This commit is contained in:
parent
6fb757266e
commit
bfccd006e9
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,8 @@ jobs:
|
||||||
- name: Install native dependencies
|
- name: Install native dependencies
|
||||||
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
|
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
|
||||||
- run: cargo check --workspace
|
- 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
|
# --exclude with_bevy # for when bevy has an outdated wgpu version
|
||||||
# -Dwarnings # for when we have fixed unused code warnings
|
# -Dwarnings # for when we have fixed unused code warnings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue