From 0a947caf8fe4dc32faff3ed6f6f59b8ae41e6769 Mon Sep 17 00:00:00 2001 From: Daniel Xu Date: Sat, 18 May 2024 10:17:48 -0600 Subject: [PATCH] ci: Build with clap_mangen,clap_complete features Good to exercise this support in CI. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9253be2..d320421 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build - run: cargo test --verbose --no-run + run: cargo test --verbose --no-run --features clap_mangen,clap_complete - name: Run tests run: cargo test --verbose