diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 890cc734a..df1fba73c 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1198,3 +1198,5 @@ jobs: run: | lima ls lima bash -c "cd work && cargo test --features 'feat_selinux'" + - name: Lint with SELinux + run: lima bash -c "cd work && cargo clippy --all-targets --features 'feat_selinux' -- -D warnings"