From 8b72b8263a4053bcfbbc9560c5564f80fe474873 Mon Sep 17 00:00:00 2001 From: Loong Date: Sat, 14 Oct 2023 15:14:02 +0800 Subject: [PATCH] ci: test maa-cli with no-default-features --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 547bc434..9c0b67f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,6 +131,10 @@ jobs: if: matrix.arch == 'x86_64' && matrix.os != 'windows-latest' run: | cargo test --package maa-sys --locked + - name: Test (maa-cli, no-default-features) + if: matrix.arch == 'x86_64' + run: | + cargo test --package maa-cli --no-default-features --locked coverage: name: Coverage