diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27173e85..8607595f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: env: SKIP_CORE_TEST: true run: | - cargo test --package maa-cli --locked + cargo test --package maa-cli --locked \ --no-default-features --features '${{ matrix.feature }}' \ -- --include-ignored