Skip to content

Commit

Permalink
chore(ci): check msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and seanmonstar committed Mar 11, 2024
1 parent c1fcfb1 commit 33ea848
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33ea848

Please sign in to comment.