chore(ci): Test dynamic completions

This commit is contained in:
Roland Fredenhagen 2023-07-26 23:40:03 +07:00
parent ab1407f1ae
commit 505046bf88
No known key found for this signature in database
GPG key ID: 094AF99241035EB6
2 changed files with 4 additions and 0 deletions

View file

@ -73,6 +73,8 @@ jobs:
- name: Test (ultra-minimal)
if: matrix.build == 'minimal'
run: make test-minimal ARGS='--manifest-path Cargo.toml'
- name: Test dynamic completions
run: cargo test -p clap_complete -F unstable-dynamic
check:
name: Check
runs-on: ubuntu-latest

View file

@ -70,3 +70,5 @@ jobs:
- name: Test (ultra-minimal)
if: matrix.build == 'minimal'
run: make test-minimal ARGS='--manifest-path Cargo.toml'
- name: Test dynamic completions
run: cargo test -p clap_complete -F unstable-dynamic