tahoe-lafs / zfec

zfec -- an efficient, portable erasure coding tool
Other
373 stars 44 forks source link

Run the tests with more prompt output on CircleCI #94

Closed exarkun closed 9 months ago

exarkun commented 9 months ago

nix build runs the tests with cabal test which eats the test suite except on failure. This seems to lead to CircleCI hitting an idle timeout and killing the job.

Now run the suite with cabal run test:tests which streams test suite output and hopefully fixes this problem.

exarkun commented 9 months ago

Essentially just CI configuration changes and minor packaging changes related to supporting CI. CI is green so merging.