Skip to content

Commit

Permalink
Merge pull request #64 from smol-rs/notgull/msrv-ci
Browse files Browse the repository at this point in the history
Add MSRV build
  • Loading branch information
zeenix authored Jun 11, 2024
2 parents 0511533 + 45fb22e commit 9d0578b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,14 @@ jobs:

- name: Run cargo test
run: cargo test

msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: Check MSRV Compatibility
run: |
cargo hack build --all --rust-version
cargo hack build --all --no-default-features --rust-version

0 comments on commit 9d0578b

Please sign in to comment.