Skip to content

Commit b199aa0

Browse files
authored
Merge pull request #115 from h-michael/verify
Add thread exercises to verify entrypoint
2 parents 02ceb0b + 5cd5be8 commit b199aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/verify.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pub fn verify() -> Result<(), ()> {
4545
test("exercises/error_handling/errorsn.rs")?;
4646
compile_only("exercises/error_handling/option1.rs")?;
4747
test("exercises/error_handling/result1.rs")?;
48+
compile_only("exercises/threads/threads1.rs")?;
4849
Ok(())
4950
}
5051

0 commit comments

Comments
 (0)