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
146 B
TOML
7 lines
146 B
TOML
[tasks.test]
|
|
alias = "test-all"
|
|
|
|
[tasks.test-all]
|
|
command = "cargo"
|
|
args = ["+nightly", "test-all-features"]
|
|
install_crate = "cargo-all-features"
|