turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
124 stars 21 forks source link

Build monad-schedule without parallelism in CI #373

Open ners opened 6 days ago

ners commented 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.

This PR ensures that monad-schedule is built with -j1 in CI.