You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ember): Restrict compatibility tests to CI (#3069)
This implements a check before running ember tests, to see whether we're in a CI environment or not, and skips running tests against multiple versions of ember if we aren't (under the assumption that while we like the security of doing ALL of the checks in CI, testing against one ember version locally should be enough to let us know whether or not we broke something).
Doing this speeds up local ember tests by a factor of 25x-30x.
0 commit comments