mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
fix: there is no way in cargo-make to override external task, so run
ordinary test for every examples
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
[tasks.test]
|
|
||||||
env = { RUN_CARGO_TEST = false }
|
|
||||||
condition = { env_true = ["RUN_CARGO_TEST"] }
|
|
||||||
|
|
||||||
[tasks.post-test]
|
[tasks.post-test]
|
||||||
dependencies = ["test-wasm"]
|
dependencies = ["test-wasm"]
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,3 @@ extend = [
|
|||||||
{ path = "../cargo-make/wasm-test.toml" },
|
{ path = "../cargo-make/wasm-test.toml" },
|
||||||
{ path = "../cargo-make/trunk_server.toml" },
|
{ path = "../cargo-make/trunk_server.toml" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[tasks.test]
|
|
||||||
env = { RUN_CARGO_TEST = true }
|
|
||||||
condition = { env_true = ["RUN_CARGO_TEST"] }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user