fix: disable cargo-outdated, due to lockfile V4 not yet working
This commit is contained in:
parent
dec36867d6
commit
f6f7623458
1 changed files with 11 additions and 11 deletions
22
.github/workflows/rust.yml
vendored
22
.github/workflows/rust.yml
vendored
|
|
@ -67,14 +67,14 @@ jobs:
|
||||||
- uses: dtolnay/rust-toolchain@clippy
|
- uses: dtolnay/rust-toolchain@clippy
|
||||||
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
|
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
|
||||||
|
|
||||||
outdated:
|
# outdated:
|
||||||
name: Outdated
|
# name: Outdated
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
if: github.event_name != 'pull_request'
|
# if: github.event_name != 'pull_request'
|
||||||
timeout-minutes: 45
|
# timeout-minutes: 45
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
# - uses: dtolnay/rust-toolchain@stable
|
||||||
- uses: dtolnay/install@cargo-outdated
|
# - uses: dtolnay/install@cargo-outdated
|
||||||
- run: cargo update
|
# - run: cargo update
|
||||||
- run: cargo outdated --workspace --exit-code 1
|
# - run: cargo outdated --workspace --exit-code 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue