mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
7902e7edb7
* build: introduce ci task * refactor(ci): rename cargo make task runner * ci: add ci workflow * ci: remove redundant workflows
7 lines
150 B
TOML
7 lines
150 B
TOML
[tasks.check]
|
|
alias = "check-all"
|
|
|
|
[tasks.check-all]
|
|
command = "cargo"
|
|
args = ["+nightly", "check-all-features"]
|
|
install_crate = "cargo-all-features"
|