diff --git a/justfile b/justfile index 68cd7ab71..fb2425452 100644 --- a/justfile +++ b/justfile @@ -52,7 +52,9 @@ downgrade-for-msrv: # Test workspace using MSRV. [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. [group("test")]