exercism / nim-test-runner

GNU Affero General Public License v3.0
2 stars 3 forks source link

.github, Dockerfile, runner: explicitly disable threads #156

Closed ee7 closed 1 year ago

ee7 commented 1 year ago

Nim 2.0 will enable threads by default. Let's handle the enabling of threads independently from the Nim bump.

To enable threads, we'd need to:

Refs: #93


See failing CI log from the Nim 2.0 bump PR.