From 78353d2eff46d52612a46735909f07ec60356841 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 29 Aug 2023 11:08:52 -0400 Subject: [PATCH] ci: Re-enable clippy, but nonblocking Blocking on clippy I think is just too painful for the value it provides. --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 041c8511..822a6498 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -41,8 +41,8 @@ jobs: run: cargo test -- --nocapture --quiet - name: Manpage generation run: mkdir -p target/man && cargo run --features=docgen -- man --directory target/man - # - name: cargo clippy - # run: cargo clippy + - name: cargo clippy + run: cargo clippy build: runs-on: ubuntu-latest container: quay.io/coreos-assembler/fcos-buildroot:testing-devel