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 4775fb1 commit bb6c352Copy full SHA for bb6c352
.github/workflows/coverage.yaml
@@ -27,12 +27,6 @@ jobs:
27
- name: Check with clippy
28
run: cargo hack clippy --verbose --each-feature --no-dev-deps -- -D warnings
29
30
- - name: Check docs
31
- run: cargo hack doc --verbose --no-deps --each-feature --no-dev-deps
32
-
33
- - name: Doctests
34
- run: cargo hack --each-feature test --doc
35
36
- name: Tests
37
run: cargo hack --each-feature llvm-cov --no-report nextest
38
0 commit comments