ci: fix unit tests

This commit is contained in:
Tsiry Sandratraina
2023-11-01 09:59:07 +00:00
parent 8c1edcec66
commit 7f7c9f8882

View File

@@ -98,7 +98,7 @@ export const test = async (src = ".") => {
"sh",
"-c",
"cd server && cargo run & \
sleep 3 \
sleep 3 && \
cargo llvm-cov --all-features --lib --workspace --lcov --output-path lcov.info",
]);