From c2f133990d6138b5c6abf61a444f45480739f063 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Thu, 6 Jan 2022 15:06:34 -0800 Subject: [PATCH] github: Remove use of "integration_tests" feature gate Signed-off-by: Bo Chen --- .github/workflows/quality.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"