Skip to content

ci: run cargo test --all-features for unit and integration tests

Currently, cargo test [...] --all-features is run for --examples only. Use --all-targets so that source code, unit tests, integration tests and examples are all compiled or tested in one go.

Also replace the deprecated --all argument with --workspace for cargo test.

Edited by François Laignel

Merge request reports