From 2b0911a5ca07ada4384fef0ce7014e0c15867e80 Mon Sep 17 00:00:00 2001 From: Richard Janis Goldschmidt Date: Thu, 28 Dec 2023 19:27:58 +0100 Subject: [PATCH] remove all-features flag from dylint --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06411bcf40..5d9caf9cff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -184,7 +184,7 @@ jobs: -p tracing_debug_field \ -- --warn clippy::pedantic --deny warnings - name: run dylint clippy on workspace crates - run: cargo dylint --all --workspace --all-features -- --deny warnings + run: cargo dylint --all --workspace -- --deny warnings test: if: ${{ always() && !cancelled() }}