diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 02:11:50 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-04 20:22:45 +0100 |
| commit | 2e63f5bca30acdec81495e0dc59aa6f7ebff5976 (patch) | |
| tree | 569e2a77582620ea22233f2b066bbc56a8a95d86 /xtask/src | |
| parent | 44af1366056a06247b3ee0f153d5274cb4658c43 (diff) | |
ci: Add rtic-uitest feature
Fixes the trybuild ui tests for rtic crate
Diffstat (limited to 'xtask/src')
| -rw-r--r-- | xtask/src/argument_parsing.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xtask/src/argument_parsing.rs b/xtask/src/argument_parsing.rs index 1fc06c1..aef5e3a 100644 --- a/xtask/src/argument_parsing.rs +++ b/xtask/src/argument_parsing.rs @@ -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), |
