mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
chore(ci): Skip clap_bench from minimal-versions
Not doing dev packages
This commit is contained in:
parent
9c58c486ce
commit
e12287d5c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -159,7 +159,7 @@ jobs:
|
|||
- name: Downgrade dependencies to minimal versions
|
||||
run: cargo +nightly generate-lockfile -Z minimal-versions
|
||||
- name: Compile with minimal versions
|
||||
run: cargo +stable check --workspace --all-features --locked --exclude clap_complete_nushell
|
||||
run: cargo +stable check --workspace --all-features --locked --exclude clap_complete_nushell --exclude clap_bench
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue