We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733abb6 commit 66d53cbCopy full SHA for 66d53cb
1 file changed
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
run: make -C linux O=../out LLVM=1 ARCH=${{ matrix.arch }} rustavailable
60
- name: Build kernel
61
run: |
62
- make -C linux O=../out LLVM=1 ARCH=${{ matrix.arch }} -j$(nproc)
+ make -C linux O=../out LLVM=1 CLIPPY=1 ARCH=${{ matrix.arch }} -j$(nproc)
63
- name: Build rustdoc
64
65
make -C linux O=../out LLVM=1 ARCH=${{ matrix.arch }} rustdoc
0 commit comments