forked from mirrors/gstreamer-rs
ci: Run sys tests with --all-features and only build --all-features
They're fully additive so there's no point in building with default features too. For the non-sys bindings we might want to consider building with default features though.
This commit is contained in:
parent
a3395062f1
commit
bdcb133fc2
1 changed files with 1 additions and 2 deletions
|
@ -265,7 +265,6 @@ test nightly all-features:
|
|||
- |
|
||||
for crate in gstreamer*/sys; do
|
||||
if [ -e $crate/Cargo.toml ]; then
|
||||
cargo build --locked --color=always --manifest-path $crate/Cargo.toml
|
||||
cargo build --locked --color=always --manifest-path $crate/Cargo.toml --all-features
|
||||
fi
|
||||
done
|
||||
|
@ -290,7 +289,7 @@ test nightly all-features:
|
|||
gstreamer-video/sys \
|
||||
gstreamer-webrtc/sys; \
|
||||
do \
|
||||
cargo test --locked --color=always --manifest-path $crate/Cargo.toml; \
|
||||
cargo test --locked --color=always --manifest-path $crate/Cargo.toml --all-features; \
|
||||
done
|
||||
|
||||
test stable sys:
|
||||
|
|
Loading…
Reference in a new issue