feat: with test with leptos
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-12-28 14:26:55 +01:00
parent 0e7f134bd0
commit 97bf2b217c
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -312,7 +312,7 @@ impl LeptosService {
.collect::<Vec<_>>();
let base = self.run_stage(before_build, base).await?;
base.with_exec(vec!["cargo", "test", "--release"])
base.with_exec(vec!["cargo", "leptos", "test", "--release"])
.sync()
.await?;