mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-01 16:37:53 -04:00
Compare commits
3 Commits
2404c8c035
...
74157b1298
Author | SHA1 | Date | |
---|---|---|---|
![]() |
74157b1298 | ||
![]() |
ff6842ad3d | ||
![]() |
5f52981141 |
11
.github/workflows/check-and-build-and-test.yml
vendored
11
.github/workflows/check-and-build-and-test.yml
vendored
@@ -211,7 +211,7 @@ jobs:
|
||||
target: x86_64-pc-windows-msvc
|
||||
name: Verify MSRV of ${{ matrix.crate_directory }} for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }})
|
||||
runs-on: ${{ matrix.supporteds.runner }}
|
||||
timeout-minutes: 2
|
||||
timeout-minutes: 4
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -230,12 +230,5 @@ jobs:
|
||||
cache-on-failure: "true"
|
||||
|
||||
- name: Verify declared MSRV (minimum supported Rust version)
|
||||
id: verify
|
||||
continue-on-error: true
|
||||
run: cargo msrv verify
|
||||
working-directory: ${{ matrix.crate_directory }}
|
||||
|
||||
- name: Report actual MSRV and reason for failing the declared version
|
||||
if: ${{ steps.verify.outcome == 'failure' }}
|
||||
run: cargo msrv find && exit 1
|
||||
run: cargo msrv verify --output-format json
|
||||
working-directory: ${{ matrix.crate_directory }}
|
||||
|
Reference in New Issue
Block a user