Skip to content

Commit

Permalink
ci: fix tests, kill music-player server after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 1, 2023
1 parent 5564f88 commit 5eeaee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ export const test = async (src = ".") => {
"-c",
"music-player & \
sleep 3 && \
cargo llvm-cov --all-features --lib --workspace --lcov --output-path lcov.info",
cargo llvm-cov --all-features --lib --workspace --lcov --output-path lcov.info && \
killall -s TERM music-player",
]);

await ctr.file("/app/lcov.info").export("./lcov.info");
Expand Down

0 comments on commit 5eeaee1

Please sign in to comment.