mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 16:57:53 -04:00
Compare commits
8 Commits
1c7cbc1e72
...
cddad34b0a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cddad34b0a | ||
![]() |
1e683ee2df | ||
![]() |
139548ffc7 | ||
![]() |
efa41c169c | ||
![]() |
4940e4a431 | ||
![]() |
8b0b5d0839 | ||
![]() |
b7eb5330b5 | ||
![]() |
ce1b66d516 |
20
.github/workflows/check-and-build-and-test.yml
vendored
20
.github/workflows/check-and-build-and-test.yml
vendored
@@ -207,7 +207,8 @@ jobs:
|
|||||||
- runner: ubuntu-latest
|
- runner: ubuntu-latest
|
||||||
target: x86_64-unknown-linux-gnu
|
target: x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
- runner: windows-latest
|
- prerequisite_step: rm ~/.cargo/bin/cargo.exe; rm ~/.cargo/bin/rust-analyzer.exe; rm ~/.cargo/bin/rustfmt.exe; rustup update
|
||||||
|
runner: windows-latest
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
name: Verify MSRV of ${{ matrix.crate_directory }} for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }})
|
name: Verify MSRV of ${{ matrix.crate_directory }} for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }})
|
||||||
runs-on: ${{ matrix.supporteds.runner }}
|
runs-on: ${{ matrix.supporteds.runner }}
|
||||||
@@ -216,19 +217,20 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install stable Rust toolchain
|
- uses: Swatinem/rust-cache@v2
|
||||||
uses: dtolnay/rust-toolchain@stable
|
with:
|
||||||
|
shared-key: ${{ matrix.supporteds.target }}-latest-variable
|
||||||
|
cache-on-failure: "true"
|
||||||
|
|
||||||
|
- name: Run prerequisite setup step
|
||||||
|
if: matrix.supporteds.prerequisite_step
|
||||||
|
run: ${{ matrix.supporteds.prerequisite_step }}
|
||||||
|
|
||||||
- name: Install cargo-msrv
|
- name: Install cargo-msrv
|
||||||
uses: taiki-e/install-action@v2
|
uses: taiki-e/install-action@v2
|
||||||
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 }}
|
||||||
|
5
.github/workflows/release-plz.yml
vendored
5
.github/workflows/release-plz.yml
vendored
@@ -20,13 +20,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.RELEASE_PLZ_GITHUB_APP_ID }}
|
app-id: ${{ secrets.RELEASE_PLZ_GITHUB_APP_ID }}
|
||||||
private-key: ${{ secrets.RELEASE_PLZ_GITHUB_APP_SECRET }}
|
private-key: ${{ secrets.RELEASE_PLZ_GITHUB_APP_SECRET }}
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ steps.generate-token.outputs.token }}
|
token: ${{ steps.generate-token.outputs.token }}
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Run release-plz
|
- name: Run release-plz
|
||||||
uses: MarcoIeni/release-plz-action@v0.5
|
uses: MarcoIeni/release-plz-action@v0.5
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user