Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
0e7f134bd0
commit
97bf2b217c
@ -312,7 +312,7 @@ impl LeptosService {
|
|||||||
.collect::<Vec<_>>();
|
.collect::<Vec<_>>();
|
||||||
let base = self.run_stage(before_build, base).await?;
|
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()
|
.sync()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user