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 16d63fb commit 663310aCopy full SHA for 663310a
.github/workflows/main.yml
@@ -19,15 +19,6 @@ jobs:
19
run: |
20
rustup override set stable
21
rustup update stable
22
- rustup component add llvm-tools-preview
23
24
- - name: Install cargo-llvm-cov
25
- uses: taiki-e/install-action@cargo-llvm-cov
26
-
27
- - name: Test and Generate code coverage
28
- run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
29
- - name: Upload coverage to Codecov
30
- uses: codecov/codecov-action@v3
31
- with:
32
- files: lcov.info
33
- fail_ci_if_error: true
+ - name: Test with default feature
+ run: cargo test
0 commit comments