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
CI takes nearly 1minute checking out the fixtures repo, and only another 1m actually running the tests. We don't use most of the fixtures repo, and the tests should be pretty static.
To-do
Just include the copy the folder/files we want to use for testing as a folder directly in this repo, and drop the submodule altogether. Also drop the submodule checkout step in the circleci config. CI speed should ~double.
The text was updated successfully, but these errors were encountered:
What was wrong?
CI takes nearly 1minute checking out the fixtures repo, and only another 1m actually running the tests. We don't use most of the fixtures repo, and the tests should be pretty static.
To-do
Just include the copy the folder/files we want to use for testing as a folder directly in this repo, and drop the submodule altogether. Also drop the submodule checkout step in the circleci config. CI speed should ~double.
The text was updated successfully, but these errors were encountered: