Skip to content

Commit

Permalink
Add sqlite support to exercism test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed May 2, 2024
1 parent 31bf0dc commit bdc0d74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ var TestConfigurations = map[string]TestConfiguration{
"sml": {
Command: "poly -q --use {{test_files}}",
},
"sqlite": {
Command: "sqlite3 -bail < {{test_files}}",
},
"swift": {
Command: "swift test",
},
Expand Down

0 comments on commit bdc0d74

Please sign in to comment.