1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-04 06:02:46 +01:00

ci: fix test-msrv recipe

This commit is contained in:
Rob Ede 2025-02-23 18:53:00 +00:00
parent bb0c7f21d9
commit 109e6a4793
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -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")]