mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +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
|
- name: Downgrade dependencies to minimal versions
|
||||||
run: cargo +nightly generate-lockfile -Z minimal-versions
|
run: cargo +nightly generate-lockfile -Z minimal-versions
|
||||||
- name: Compile with 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:
|
lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue