mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 07:34:35 -05:00
16 lines
334 B
TOML
16 lines
334 B
TOML
extend = [
|
|
{ path = "./lint.toml" },
|
|
{ path = "./test.toml" },
|
|
{ path = "./check-minimal-versions.toml" },
|
|
]
|
|
|
|
[env]
|
|
RUSTFLAGS = ""
|
|
LEPTOS_OUTPUT_NAME = "ci" # allows examples to check/build without cargo-leptos
|
|
|
|
[env.github-actions]
|
|
RUSTFLAGS = "-D warnings"
|
|
|
|
[tasks.ci]
|
|
dependencies = ["lint", "test-each-feature", "doctests"]
|