Skip to content

ci: allow Clippy (nightly) step to fail - #31

Open
fornwall wants to merge 1 commit into
mainfrom
ci-allow-nightly-clippy-failure
Open

ci: allow Clippy (nightly) step to fail#31
fornwall wants to merge 1 commit into
mainfrom
ci-allow-nightly-clippy-failure

Conversation

@fornwall

Copy link
Copy Markdown
Owner

Marks the Clippy (nightly) step in rust.yml with continue-on-error: true so that failures from new/changed nightly clippy lints don't block CI. The step still runs and reports its outcome, but a failure no longer fails the job.

🤖 Generated with Claude Code

https://claude.ai/code/session_01NdH2y3oMhueTi3pvPCazWm

@fornwall
fornwall force-pushed the ci-allow-nightly-clippy-failure branch from 427e39f to 8883ea8 Compare July 14, 2026 12:33
Nightly clippy lints can break CI without any code changes on our side.

Recently nightly clippy panicked:

https://github.com/apache/arrow-adbc/actions/runs/29331390016/job/87079916638?pr=4514

Mark the step as `continue-on-error` so failures are visible but
non-blocking.

Signed-off-by: Fredrik Fornwall <fredrik@fornwall.net>
@fornwall
fornwall force-pushed the ci-allow-nightly-clippy-failure branch from 8883ea8 to 07b4fb3 Compare July 14, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant