Skip to content

Commit 66d53cb

Browse files
committed
ci: Enable Clippy in kernel build
1 parent 733abb6 commit 66d53cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: make -C linux O=../out LLVM=1 ARCH=${{ matrix.arch }} rustavailable
6060
- name: Build kernel
6161
run: |
62-
make -C linux O=../out LLVM=1 ARCH=${{ matrix.arch }} -j$(nproc)
62+
make -C linux O=../out LLVM=1 CLIPPY=1 ARCH=${{ matrix.arch }} -j$(nproc)
6363
- name: Build rustdoc
6464
run: |
6565
make -C linux O=../out LLVM=1 ARCH=${{ matrix.arch }} rustdoc

0 commit comments

Comments
 (0)