mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-03 13:37:56 -04:00
chore(ci): add a search feature to try out the experimental-search branch in CI
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
- markdown
|
||||
- socks
|
||||
- sso-login
|
||||
- search
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
@@ -105,6 +105,7 @@ enum FeatureSet {
|
||||
Markdown,
|
||||
Socks,
|
||||
SsoLogin,
|
||||
Search,
|
||||
}
|
||||
|
||||
#[derive(Subcommand, PartialEq, Eq, PartialOrd, Ord)]
|
||||
@@ -271,6 +272,7 @@ fn run_feature_tests(cmd: Option<FeatureSet>) -> Result<()> {
|
||||
(FeatureSet::Markdown, "--features markdown,testing"),
|
||||
(FeatureSet::Socks, "--features socks,testing"),
|
||||
(FeatureSet::SsoLogin, "--features sso-login,testing"),
|
||||
(FeatureSet::Search, "--features experimental-search"),
|
||||
]);
|
||||
|
||||
let sh = sh();
|
||||
|
||||
Reference in New Issue
Block a user