mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Add thread exercises to verify entrypoint
This commit is contained in:
parent
02ceb0ba8c
commit
5cd5be8847
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ pub fn verify() -> Result<(), ()> {
|
|||
test("exercises/error_handling/errorsn.rs")?;
|
||||
compile_only("exercises/error_handling/option1.rs")?;
|
||||
test("exercises/error_handling/result1.rs")?;
|
||||
compile_only("exercises/threads/threads1.rs")?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue