Skip to content

Commit 1ea2162

Browse files
committed
chore(ci): add a search feature to try out the experimental-search branch in CI
1 parent 1f01517 commit 1ea2162

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- markdown
4040
- socks
4141
- sso-login
42+
- search
4243

4344
steps:
4445
- name: Checkout

xtask/src/ci.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ enum FeatureSet {
105105
Markdown,
106106
Socks,
107107
SsoLogin,
108+
Search,
108109
}
109110

110111
#[derive(Subcommand, PartialEq, Eq, PartialOrd, Ord)]
@@ -271,6 +272,7 @@ fn run_feature_tests(cmd: Option<FeatureSet>) -> Result<()> {
271272
(FeatureSet::Markdown, "--features markdown,testing"),
272273
(FeatureSet::Socks, "--features socks,testing"),
273274
(FeatureSet::SsoLogin, "--features sso-login,testing"),
275+
(FeatureSet::Search, "--features experimental-search"),
274276
]);
275277

276278
let sh = sh();

0 commit comments

Comments
 (0)