Skip to content

Commit bb6c352

Browse files
author
Devdutt Shenoi
authored
ci: verify only code (#1158)
Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 4775fb1 commit bb6c352

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/coverage.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
- name: Check with clippy
2828
run: cargo hack clippy --verbose --each-feature --no-dev-deps -- -D warnings
2929

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-
3630
- name: Tests
3731
run: cargo hack --each-feature llvm-cov --no-report nextest
3832

0 commit comments

Comments
 (0)