Skip to content

Commit

Permalink
ci: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 1, 2023
1 parent 8c1edce commit 7f7c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]);

Expand Down

0 comments on commit 7f7c9f8

Please sign in to comment.