mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Add the mode field
This commit is contained in:
parent
6566c5904f
commit
87db9129bc
@ -71,6 +71,11 @@ name = "???"
|
||||
# Otherwise, the path is `exercises/NAME.rs`
|
||||
# dir = "???"
|
||||
|
||||
# The mode to run the exercise in.
|
||||
# The mode "test" (preferred) runs the exercise's tests.
|
||||
# The mode "run" only checks if the exercise compiles and runs it.
|
||||
mode = "test"
|
||||
|
||||
# A mutli-line hint to be shown to users on request.
|
||||
hint = """???"""
|
||||
"#;
|
||||
|
Loading…
Reference in New Issue
Block a user