diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5c958c4..e71c494a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Check documentation env: RUSTDOCFLAGS: -D warnings - run: cargo doc --no-deps --document-private-items -- -D warnings + run: cargo doc --no-deps --document-private-items check_commit_conventions: name: Commit messages follow project guidelines