fix: Add double curly brackets to test variable name
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
36a979d234
commit
a3f7dade8a
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue