Skip to content

Commit 7155133

Browse files
committed
focus on the test_work_in_main test
1 parent e1896af commit 7155133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unit-tests/run-unit-tests.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,10 @@ main = do
306306
let threadName = "Thread" ++ show i
307307
let prefix = threadName ++ "_"
308308
say $ Text.pack threadName <> " started"
309-
main2 prefix
309+
runTests False [test_work_in_main prefix]
310310
say $ Text.pack threadName <> " done"
311311
pure mvar
312-
threads <- traverse forkThread [1..2]
312+
threads <- traverse forkThread [1..10]
313313
traverse_ takeMVar threads
314314

315315
main2 :: String -> IO ()

0 commit comments

Comments
 (0)