From 709a795f45826a64977a653be86848952bcd2025 Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 11 Mar 2024 18:52:13 +0900 Subject: [PATCH] chore(ci): check minimal versions --- .github/workflows/CI.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b7303e6..3ac153e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,6 +32,17 @@ jobs: - name: Run tests run: cargo test --workspace + minimal-versions: + needs: [style] + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@nightly + - uses: dtolnay/rust-toolchain@stable + - uses: taiki-e/install-action@cargo-hack + - uses: taiki-e/install-action@cargo-minimal-versions + - run: cargo minimal-versions check + clippy_check: runs-on: ubuntu-latest steps: