When using two different CI providers, why are not all test files executed?
Please ensure you use two different API tokens per test suite. If you are utilizing two CI providers simultaneously, for example, CircleCI and TravisCI, and you run the RSpec test suite, it is necessary to have a separate API token for RSpec tests executed on CircleCI and another separate API token for the RSpec test suite executed on TravisCI.