diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 43ead6a..008e3e2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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