Skip to content

Commit

Permalink
Merge pull request #525 from cgwalters/reenable-clippy-nonblocking
Browse files Browse the repository at this point in the history
ci: Re-enable clippy, but nonblocking
  • Loading branch information
jmarrero committed Aug 29, 2023
2 parents 9c882b3 + 78353d2 commit bd77743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd77743

Please sign in to comment.