Can I use “circleci tests run” to split and run the MATLAB test cases?
I can run and split MATLAB tests using the circleci tests split
command. Can I do the same using a circleci tests run
command so that I can leverage the benefit of rerunning failed tests provided by this command? I wanted to try something like below: