Is it possible to run the tests from two different profiles in a single command?
like, I have {:tests [#profile {:default {:id :test :test-paths ["test"]} :special {:id :special :test-paths ["special-tests"]}}]}, is it possible to run the tests in both test and special-tests ? or do i have to call kaocha twice