Turns out, cargo test --tests runs all tests, not just integration tests.
cargo test --tests
It looks like there's no command line flag for "run all integration tests", there's only --test <name>, so the logic as currently implemented in rust2rpm / rust2rpm.toml config file schema is just wrong. This will likely require breaking changes to the config file schema ...
--test <name>
Log in to comment on this ticket.