mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +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
422ea740ca
commit
e0e890fd8d
1 changed files with 4 additions and 4 deletions
|
@ -139,10 +139,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