mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-23 18:06:34 +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
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue