From ea31a0bcf52d6ca0434532c0d91a182321060c9e Mon Sep 17 00:00:00 2001 From: YdrMaster Date: Wed, 27 Dec 2023 13:34:04 +0800 Subject: [PATCH] fix: remove all features for ci Signed-off-by: YdrMaster --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1682524..8300f79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,6 @@ jobs: - name: Run rust-clippy run: cargo clippy - --all-features --message-format=json | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt continue-on-error: true