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 52e8197
Show file tree
Hide file tree
Showing 3 changed files with 310 additions and 169 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- run: cargo test --features "openssl_tests"
# Skip OpenSSL tests on windows
if: matrix.os != 'windows'
# Also test using minimal versions
- run: rustup toolchain add nightly
- run: cargo +nightly update -Z minimal-versions
- run: cargo test

clippy:
name: Clippy
Expand Down
Loading

0 comments on commit 52e8197

Please sign in to comment.