Skip to content

Commit

Permalink
fix: run coverage tests in serial mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 21, 2024
1 parent 427d1c7 commit d3ef8ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
run: cargo generate-lockfile
- name: chmod data-dir
run: sudo chmod -R a+rwx ./data
- name: Run tests
run: cargo test -- --test-threads=1
- name: cargo llvm-cov
run: cargo llvm-cov --locked --all-features --lcov --output-path lcov.info
run: cargo llvm-cov --no-run --locked --all-features --lcov --output-path lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit d3ef8ed

Please sign in to comment.