Skip to content

Commit 0e04a92

Browse files
Add factor support to exercism test (#1228)
1 parent 47588cb commit 0e04a92

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

workspace/test_configurations.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ var TestConfigurations = map[string]TestConfiguration{
140140
"erlang": {
141141
Command: "rebar3 eunit",
142142
},
143+
"factor": {
144+
Command: "factor -roots=. -run=exercism-tools {{slug}}",
145+
},
143146
"fortran": {
144147
Command: "make",
145148
},

0 commit comments

Comments
 (0)