diff --git a/.github/workflows/rust-base.yml b/.github/workflows/rust-base.yml index 826136f..5d23450 100644 --- a/.github/workflows/rust-base.yml +++ b/.github/workflows/rust-base.yml @@ -146,7 +146,7 @@ jobs: name: Clippy check env: CARGO_NET_GIT_FETCH_WITH_CLI: true - run: cargo clippy --all-targets --all-features --workspace --profile ${{ inputs.rust-profile }} -- -D warnings + run: cargo clippy --all-targets --all-features --workspace --profile ${{ inputs.rust-profile }} -- -D warnings docs: name: Docs @@ -171,10 +171,10 @@ jobs: env: RUSTDOCFLAGS: -D warnings CARGO_NET_GIT_FETCH_WITH_CLI: true - run: cargo doc --no-deps --document-private-items --all-features --workspace --examples --profile ${{ inputs.rust-profile }} --locked + run: cargo doc --no-deps --document-private-items --all-features --workspace --profile ${{ inputs.rust-profile }} --locked - if: ${{ inputs.require-lockfile == false }} name: Check documentation env: RUSTDOCFLAGS: -D warnings CARGO_NET_GIT_FETCH_WITH_CLI: true - run: cargo doc --no-deps --document-private-items --all-features --workspace --examples --profile ${{ inputs.rust-profile }} + run: cargo doc --no-deps --document-private-items --all-features --workspace --profile ${{ inputs.rust-profile }}