Skip to content

Commit

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

0 comments on commit 709a795

Please sign in to comment.