Skip to content

Commit

Permalink
Check MSRV on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethiraric committed Mar 30, 2024
1 parent 77306e1 commit faaa045
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 @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- ci-test

jobs:
check:
Expand Down Expand Up @@ -38,3 +39,9 @@ jobs:
run: cargo build
- name: Run tests
run: cargo test -v
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 faaa045

Please sign in to comment.