Skip to content

Commit 9d8c01a

Browse files
committed
fixup! ci(coverage): limit job counts
1 parent 7850f80 commit 9d8c01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
run: cargo run --bin moon bundle --source-dir ~/.moon/lib/core --all
356356

357357
- name: Generate code coverage
358-
run: cargo tarpaulin -v -j 2 --ignore-tests --engine llvm --out Xml
358+
run: cargo tarpaulin -j 3 --ignore-tests --engine llvm --out Xml
359359

360360
- name: Upload coverage reports to Codecov
361361
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)