mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
ci: Add rtic-uitest feature
Fixes the trybuild ui tests for rtic crate
This commit is contained in:
parent
44af136605
commit
2e63f5bca3
3 changed files with 10 additions and 4 deletions
|
|
@ -38,9 +38,10 @@ impl TestMetadata {
|
|||
match package {
|
||||
Package::Rtic => {
|
||||
let features = Some(format!(
|
||||
"{},{}",
|
||||
"{},{},{}",
|
||||
DEFAULT_FEATURES,
|
||||
backend.to_rtic_feature(),
|
||||
"rtic-uitest"
|
||||
));
|
||||
CargoCommand::Test {
|
||||
package: Some(package),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue