Speed up backend tests in Gitpod environment
By setting the environment variable `GITLAB_TEST_EAGER_LOAD=false` disable Rails' eager loading of class in the `test` environment which improves the load time of specs.
Showing
Please register or sign in to comment