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
A few things:
* Removal of delayed_job in the Gemfile causes a load error. CI is fine since this file is filtered out in the rake task
* The async adapter test assumes the async adapter to be present. Again not a problem on CI, but the default is the inline adapter
* Integration tests are run, they reference a job that is present only in the dummy app
0 commit comments