We’ve released version 3.2.0 of the CLI, which contains one new features:
- A new
test
command was added, which will allow you to run the tests of a track without having the specify the track-specific testing command (which we do output for debugging purposes). This makes it easier to run tests and almost all tracks are supported. See Add `test` command to run any unit test by xavdid · Pull Request #1092 · exercism/cli · GitHub for the PR. Thanks @xavdid for implementing this feature!