WojciechMigda / Tsetlini

Efficient parallelized implementation of Multilabel Classifier and Regressor Tsetlin Machines
https://wojciechmigda.github.io/Tsetlini/
MIT License
4 stars 0 forks source link

Use `ctest -j` to run tests in parallel in workflows #227

Closed WojciechMigda closed 2 years ago

WojciechMigda commented 2 years ago

The most time consuming unit tests do not employ threaded execution. We may shorten CI times by using -j option to ctest.