Skip to content

Commit

Permalink
Merge pull request #16 from PyO3/konsti/test-minimal-versions
Browse files Browse the repository at this point in the history
Test minimal versions in CI
  • Loading branch information
konstin authored May 21, 2024
2 parents b9b8386 + 89515f7 commit eca3cb9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
- run: cargo test
- run: cargo test --all-features

test-direct-minimal-versions:
name: Test Direct Minimal Versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
- run: cargo +nightly update -Z minimal-versions
- run: cargo +stable test

fmt:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down

0 comments on commit eca3cb9

Please sign in to comment.