mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Reduce CI load with skipped feature sets
This commit is contained in:
parent
ae40f3134a
commit
64bf01c59e
2 changed files with 5 additions and 0 deletions
|
@ -143,3 +143,7 @@ features = [
|
||||||
web = ["leptos_reactive/csr"]
|
web = ["leptos_reactive/csr"]
|
||||||
ssr = ["leptos_reactive/ssr"]
|
ssr = ["leptos_reactive/ssr"]
|
||||||
stable = ["leptos_reactive/stable"]
|
stable = ["leptos_reactive/stable"]
|
||||||
|
|
||||||
|
[package.metadata.cargo-all-features]
|
||||||
|
denylist = ["stable"]
|
||||||
|
skip_feature_sets = [["web", "ssr"]]
|
||||||
|
|
|
@ -42,3 +42,4 @@ tracing = []
|
||||||
|
|
||||||
[package.metadata.cargo-all-features]
|
[package.metadata.cargo-all-features]
|
||||||
denylist = ["stable", "tracing"]
|
denylist = ["stable", "tracing"]
|
||||||
|
skip_feature_sets = [["csr", "hydrate"], ["hydrate", "csr"], ["hydrate", "ssr"]]
|
||||||
|
|
Loading…
Reference in a new issue