mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
ci(check-and-build-and-test): shuffle steps of the msrv
job to try to fix it, and call cargo-msrv
instead of cargo msrv
This commit is contained in:
14
.github/workflows/check-and-build-and-test.yml
vendored
14
.github/workflows/check-and-build-and-test.yml
vendored
@@ -216,7 +216,12 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Delete existing Rust stuff
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
with:
|
||||||
|
shared-key: ${{ matrix.supporteds.target }}-latest-variable
|
||||||
|
cache-on-failure: "true"
|
||||||
|
|
||||||
|
- name: Delete existing cargo stuff
|
||||||
run: rm -rf ~/.cargo/bin
|
run: rm -rf ~/.cargo/bin
|
||||||
|
|
||||||
- name: Install cargo-msrv
|
- name: Install cargo-msrv
|
||||||
@@ -224,11 +229,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tool: cargo-msrv
|
tool: cargo-msrv
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
|
||||||
with:
|
|
||||||
shared-key: ${{ matrix.supporteds.target }}-latest-variable
|
|
||||||
cache-on-failure: "true"
|
|
||||||
|
|
||||||
- name: Verify declared MSRV (minimum supported Rust version)
|
- name: Verify declared MSRV (minimum supported Rust version)
|
||||||
run: cargo msrv verify --output-format json
|
run: cargo-msrv verify --output-format json
|
||||||
working-directory: ${{ matrix.crate_directory }}
|
working-directory: ${{ matrix.crate_directory }}
|
||||||
|
Reference in New Issue
Block a user