diff --git a/Justfile b/Justfile index 54f2c80..c3f84eb 100644 --- a/Justfile +++ b/Justfile @@ -10,7 +10,7 @@ _default: @{{JUST_EXECUTABLE}} --list-heading "{{header}}" --list @test test_name='': - cargo test {test_name} + cargo test {{test_name}} # Run the CI @ci: && msrv test