Skip to content

Commit

Permalink
ci: Build with clap_mangen,clap_complete features
Browse files Browse the repository at this point in the history
Good to exercise this support in CI.
  • Loading branch information
danobi committed May 18, 2024
1 parent a120844 commit 0a947ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0a947ca

Please sign in to comment.