Skip to content

Commit

Permalink
Add CI check for minimal versions, use more precise dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki committed Dec 8, 2023
1 parent fffae1a commit af75062
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 169 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- run: cargo test --features "openssl_tests"
# Skip OpenSSL tests on windows
if: matrix.os != 'windows'
# Also test using minimal versions
- uses: taiki-e/install-action@cargo-minimal-versions
- run: cargo minimal-versions test

clippy:
name: Clippy
Expand Down
Loading

0 comments on commit af75062

Please sign in to comment.