fix: Add double curly brackets to test variable name

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-12-22 21:29:02 +00:00
parent 36a979d234
commit a3f7dade8a
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -10,7 +10,7 @@ _default:
@{{JUST_EXECUTABLE}} --list-heading "{{header}}" --list @{{JUST_EXECUTABLE}} --list-heading "{{header}}" --list
@test test_name='': @test test_name='':
cargo test {test_name} cargo test {{test_name}}
# Run the CI # Run the CI
@ci: && msrv test @ci: && msrv test