diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e478b6a..d5b8708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,8 +64,8 @@ jobs: - name: Run cargo clippy run: cargo clippy --workspace --all-targets -- -D warnings - - name: Run cargo clippy withoult default features - run: cargo clippy --workspace --all-targets --no-default-features -- -D warnings + # - name: Run cargo clippy withoult default features + # run: cargo clippy --workspace --all-targets --no-default-features -- -D warnings - name: Run cargo doc run: cargo doc --no-deps --workspace --document-private-items