mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-24 09:58:13 +00:00
ci: cargo test --all-features too...
... and replace the deprecated --all argument with --workspace. Also use --all-targets so that code, unit tests, integration tests and examples can all be compiled or tested in one go.
This commit is contained in:
parent
54ebb1c254
commit
91ead3da7a
1 changed files with 4 additions and 4 deletions
|
@ -132,10 +132,10 @@ update-nightly:
|
|||
script:
|
||||
- rustc --version
|
||||
|
||||
- cargo build --locked --color=always --all
|
||||
- G_DEBUG=fatal_warnings cargo test --locked --color=always --all
|
||||
- cargo build --locked --color=always --all --examples --all-features
|
||||
- G_DEBUG=fatal_warnings cargo test --locked --color=always --all --examples --all-features
|
||||
- cargo build --locked --color=always --workspace --all-targets
|
||||
- G_DEBUG=fatal_warnings cargo test --locked --color=always --workspace --all-targets
|
||||
- cargo build --locked --color=always --workspace --all-targets --all-features
|
||||
- G_DEBUG=fatal_warnings cargo test --locked --color=always --workspace --all-targets --all-features
|
||||
|
||||
test msrv:
|
||||
extends:
|
||||
|
|
Loading…
Reference in a new issue