corsis / clock

High-resolution clock functions: monotonic, realtime, cputime.
Other
58 stars 25 forks source link

Extend Haskell-CI test matrix to GHC 7.8 - 9.2 #78

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

Extend the test matrix to all GHCs that currently build on master (see also #75).

This PR is based on #76 in order to avoid the dependency cycle problem with tasty.

When needed, update the CI via haskell-ci regenerate or haskell-ci github cabal.project.

Currently, CI fails because the testsuite fails (see #77): https://github.com/andreasabel/clock/actions/runs/1807527804

CetinSert commented 2 years ago

@andreasabel – some tests fail, how should we proceed?