Open ners opened 6 days ago
monad-schedule has a test suite that is real-time-sensitive, and thus building it for multiple GHCs with high parallelism makes the tests flaky.
monad-schedule
This PR ensures that monad-schedule is built with -j1 in CI.
-j1
monad-schedule
has a test suite that is real-time-sensitive, and thus building it for multiple GHCs with high parallelism makes the tests flaky.This PR ensures that
monad-schedule
is built with-j1
in CI.