fix: there is no way in cargo-make to override external task, so run

ordinary test for every examples
This commit is contained in:
Saber Haj Rabiee
2025-03-26 08:25:28 -07:00
parent 543063ac24
commit a0c6f2b7ac
2 changed files with 0 additions and 8 deletions

View File

@@ -1,7 +1,3 @@
[tasks.test]
env = { RUN_CARGO_TEST = false }
condition = { env_true = ["RUN_CARGO_TEST"] }
[tasks.post-test]
dependencies = ["test-wasm"]

View File

@@ -4,7 +4,3 @@ extend = [
{ path = "../cargo-make/wasm-test.toml" },
{ path = "../cargo-make/trunk_server.toml" },
]
[tasks.test]
env = { RUN_CARGO_TEST = true }
condition = { env_true = ["RUN_CARGO_TEST"] }