mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-04 14:12:47 +01:00
ci: fix test-msrv recipe
This commit is contained in:
parent
bb0c7f21d9
commit
109e6a4793
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")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user