We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ffc5f commit 816a50cCopy full SHA for 816a50c
.github/workflows/ci.yml
@@ -59,10 +59,11 @@ jobs:
59
60
- uses: Swatinem/rust-cache@v2
61
62
+ - uses: taiki-e/install-action@cargo-llvm-cov
63
- uses: taiki-e/install-action@nextest
64
65
- name: Run tests with nextest
- run: cargo nextest run --profile ci --all-features --all-targets
66
+ run: cargo llvm-cov nextest --profile ci --all-features --all-targets
67
68
- name: Upload test results to Sentry Prevent
69
if: ${{ !cancelled() }}
0 commit comments