Skip to content

Commit

Permalink
ci(code-quality): run tests single-threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
decahedron1 committed Aug 5, 2024
1 parent 069ddfd commit abb998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: cargo install cargo-tarpaulin --version 0.28.0
- name: Generate code coverage
run: |
cargo tarpaulin -p ort --features fetch-models --verbose --timeout 120 --out xml --engine llvm --doc --lib --tests
cargo tarpaulin -p ort --features fetch-models --verbose --timeout 120 --out xml --engine llvm --doc --lib --tests -- --test-threads 1
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit abb998b

Please sign in to comment.