diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index b95d07dff..378194861 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -55,7 +55,7 @@ jobs: run: cargo clippy --all --all-targets --no-default-features --tests --features "mshv" -- -D warnings - name: Clippy (integration tests) - run: cargo clippy --all --all-targets --tests --features "integration_tests" -- -D warnings + run: cargo clippy --all --all-targets --tests -- -D warnings - name: Check build did not modify any files run: test -z "$(git status --porcelain)"