Skip to content

Commit

Permalink
feat: add MSRV CI check
Browse files Browse the repository at this point in the history
Signed-off-by: Wanja Zaeske <[email protected]>
  • Loading branch information
Wanja Zaeske authored and wucke13 committed Aug 6, 2024
1 parent 4fb4f04 commit d1b4b84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]

msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private

0 comments on commit d1b4b84

Please sign in to comment.