Skip to content

Commit

Permalink
Run CI for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Feb 14, 2024
1 parent c0b6d4b commit c3f81b5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sdp-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

strategy:
matrix:
toolchain: [stable, beta, nightly]
toolchain: ['1.65', stable, beta, nightly]

steps:
- uses: actions/checkout@v2
Expand All @@ -54,6 +54,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true

- name: Use MSRV Cargo.lock
run: cp Cargo.lock.msrv Cargo.lock
if: matrix.toolchain == '1.65'

- name: Run tests
run: |
cargo test
32 changes: 32 additions & 0 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3f81b5

Please sign in to comment.