Skip to content

Commit

Permalink
enable runner (#81)
Browse files Browse the repository at this point in the history
* enable runner

* set average runtime
  • Loading branch information
lucaferranti authored Mar 6, 2024
1 parent 25050db commit 6d220d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
"active": false,
"status": {
"concept_exercises": false,
"test_runner": false,
"test_runner": true,
"representer": false,
"analyzer": false
},
"test_runner": {
"average_run_time": 10
},
"blurb": "Chapel is a programming language designed for productive parallel computing at scale.",
"version": 3,
"online_editor": {
Expand Down

0 comments on commit 6d220d6

Please sign in to comment.