Explicitly set the number of threads as a tasty option instead of relying on environment variables #3245
Labels
CI
Continuous integration
Hackathon
This issue is suitable for hackathon sessions
level: easy
The issue is suited for beginners
type: enhancement
New feature or request
At the moment we have to set TASTY_NUM_THREADS to 1 otherwise some of the ghcide tests fail, but I think we can just set this in tasty itself using
adjustOption
. That would make things less error-prone for devs.The text was updated successfully, but these errors were encountered: