Skip to content

Commit

Permalink
CI: check with multiple rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Feb 11, 2024
1 parent 4197a22 commit c9a7aac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,17 @@ jobs:
- run: cargo fmt -p generate-api --check
- run: cargo clippy
- run: cargo clippy -p generate-api

rust_versions:
strategy:
matrix:
os: [ubuntu-latest]
rust_version: ["beta", "nightly", "1.61"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo check

0 comments on commit c9a7aac

Please sign in to comment.