From 33ea8486d282a051162d802ca59963c92e3979e7 Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 12 Mar 2024 00:42:38 +0900 Subject: [PATCH] chore(ci): check msrv --- .github/workflows/CI.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eb13b2d..0a78778 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,6 +32,14 @@ jobs: - name: Run tests run: cargo test --workspace + msrv: + needs: [style] + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: taiki-e/install-action@cargo-hack + - run: cargo hack --rust-version --no-dev-deps check + minimal-versions: needs: [style] runs-on: ubuntu-latest