From a2254f620b67f7f41652a6eeb6cd7857d49b9b52 Mon Sep 17 00:00:00 2001 From: Devdutt Shenoi Date: Mon, 3 Feb 2025 18:08:00 +0530 Subject: [PATCH] ci: verify only code Signed-off-by: Devdutt Shenoi --- .github/workflows/coverage.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 379e5eb1f..53d2f3464 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -27,12 +27,6 @@ jobs: - name: Check with clippy run: cargo hack clippy --verbose --each-feature --no-dev-deps -- -D warnings - - name: Check docs - run: cargo hack doc --verbose --no-deps --each-feature --no-dev-deps - - - name: Doctests - run: cargo hack --each-feature test --doc - - name: Tests run: cargo hack --each-feature llvm-cov --no-report nextest