Skip to content

Commit 816a50c

Browse files
authored
Update ci.yml
1 parent a3ffc5f commit 816a50c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ jobs:
5959

6060
- uses: Swatinem/rust-cache@v2
6161

62+
- uses: taiki-e/install-action@cargo-llvm-cov
6263
- uses: taiki-e/install-action@nextest
6364

6465
- name: Run tests with nextest
65-
run: cargo nextest run --profile ci --all-features --all-targets
66+
run: cargo llvm-cov nextest --profile ci --all-features --all-targets
6667

6768
- name: Upload test results to Sentry Prevent
6869
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)