mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-23 18:05:56 +00:00
Use correct feature flags for clippy run.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a9dafc3309
commit
6c68c5d193
|
@ -11,7 +11,7 @@ steps:
|
||||||
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev libpulse-dev
|
- apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev libpulse-dev
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo test --no-default-features --features=speech_dispatcher_0_10
|
- cargo test --no-default-features --features=speech_dispatcher_0_10
|
||||||
- cargo clippy
|
- cargo clippy --no-default-features --features=speech_dispatcher_0_10
|
||||||
- name: release
|
- name: release
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user