mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
ci: fix msrv by downgrading native-tls
This commit is contained in:
9
justfile
9
justfile
@ -45,6 +45,15 @@ test:
|
||||
cargo {{ toolchain }} nextest run --workspace --all-features
|
||||
cargo {{ toolchain }} test --doc --workspace --all-features
|
||||
|
||||
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
|
||||
[private]
|
||||
downgrade-for-msrv:
|
||||
cargo update -p=native-tls --precise=0.2.13
|
||||
|
||||
# Test workspace using MSRV.
|
||||
[group("test")]
|
||||
test-msrv: downgrade-for-msrv (test msrv_rustup)
|
||||
|
||||
# Test workspace code and docs.
|
||||
[group("test")]
|
||||
test-all: test test-docs
|
||||
|
Reference in New Issue
Block a user