mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Prevent cargo-hack from blowing away our lockfile
See taiki-e/cargo-hack#234
This commit is contained in:
parent
779496bb00
commit
c977df5149
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -65,11 +65,11 @@ jobs:
|
|||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: taiki-e/install-action@cargo-hack
|
||||
- name: Default features
|
||||
run: cargo hack check --rust-version --ignore-private --workspace --all-targets
|
||||
run: cargo hack check --locked --rust-version --ignore-private --workspace --all-targets
|
||||
- name: All features
|
||||
run: cargo hack check --rust-version --ignore-private --workspace --all-targets --all-features
|
||||
run: cargo hack check --locked --rust-version --ignore-private --workspace --all-targets --all-features
|
||||
- name: No-default features
|
||||
run: cargo hack check --rust-version --ignore-private --workspace --all-targets --no-default-features
|
||||
run: cargo hack check --locked --rust-version --ignore-private --workspace --all-targets --no-default-features
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue