From d18c105be53838f207a863b6de64bfe06e377081 Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Mon, 25 Sep 2023 16:37:22 +0200 Subject: [PATCH] Update .github/ci.yml Co-authored-by: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com> --- .github/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ci.yml b/.github/ci.yml index 330190b..e3743c3 100644 --- a/.github/ci.yml +++ b/.github/ci.yml @@ -23,8 +23,8 @@ jobs: run: cargo clippy --workspace --all-features -- -D warnings - name: Build docs run: cargo doc --document-private-items --workspace --all-features --no-deps - env: - RUSTDOCFLAGS: -Dwarnings + env: + RUSTDOCFLAGS: -Dwarnings test: # Avoid duplicate jobs on PR from a branch on the same repo if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name