Daniel-Diaz / matrix

A Haskell native implementation of matrices and their operations.
BSD 3-Clause "New" or "Revised" License
35 stars 31 forks source link

tests are now run in parallel #21

Closed octopuscabbage closed 8 years ago

octopuscabbage commented 9 years ago

Tests now run in parallel, giving a signifigant speedup in time. For some reason one of the tests is still running slow, but in the future someone will hopefully figure that out.

This does introduce the dependency of hspec though, but that may be useful in the future when testing non-quickcheck style things.