Skip to content

Commit

Permalink
config.json: set status.test_runner to true (#297)
Browse files Browse the repository at this point in the history
The Nim track has a working test runner.

See:
- https://github.com/exercism/nim-test-runner

Closes: #274
  • Loading branch information
ErikSchierboom authored May 7, 2021
1 parent c5783c6 commit 9cc58ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"active": true,
"status": {
"concept_exercises": false,
"test_runner": false,
"test_runner": true,
"representer": false,
"analyzer": false
},
Expand Down

0 comments on commit 9cc58ce

Please sign in to comment.