mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
ci: fix test-msrv recipe
This commit is contained in:
4
justfile
4
justfile
@ -52,7 +52,9 @@ downgrade-for-msrv:
|
|||||||
|
|
||||||
# Test workspace using MSRV.
|
# Test workspace using MSRV.
|
||||||
[group("test")]
|
[group("test")]
|
||||||
test-msrv: downgrade-for-msrv (test msrv_rustup)
|
test-msrv:
|
||||||
|
@just downgrade-for-msrv
|
||||||
|
@just toolchain={{ msrv_rustup }} test
|
||||||
|
|
||||||
# Test workspace code and docs.
|
# Test workspace code and docs.
|
||||||
[group("test")]
|
[group("test")]
|
||||||
|
Reference in New Issue
Block a user