Merge pull request #115 from h-michael/verify

Add thread exercises to verify entrypoint
pull/117/head
komaeda 6 years ago committed by GitHub
commit b199aa04ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save