Skip to content

Commit

Permalink
CI: check msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Jul 15, 2023
1 parent 3c88d42 commit 1ba1852
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 @@ -37,3 +37,14 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
run: cargo install cargo-msrv
- name: Msrv Check WTransport
run: cargo msrv --path wtransport verify
- name: Msrv Check WTransport-Proto
run: cargo msrv --path wtransport-proto verify

0 comments on commit 1ba1852

Please sign in to comment.