Skip to content

Commit

Permalink
ci: fix coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 20, 2024
1 parent 1a658a9 commit 6934db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
components: llvm-tools-preview

- name: Install just, cargo-llvm-cov
- name: Install just, cargo-llvm-cov, cargo-nextest
uses: taiki-e/[email protected]
with:
tool: just,cargo-llvm-cov
tool: just,cargo-llvm-cov,cargo-nextest

- name: Generate code coverage
run: just test-coverage-codecov
Expand Down

0 comments on commit 6934db6

Please sign in to comment.