diff --git a/.drone.yml b/.drone.yml index 3a861aa..42d13ce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: environment: RAILS_ENV: test commands: - - bundle install --jobs=3 --retry=3 --deployment + - bundle install --jobs=3 --retry=3 --deployment --with development test - yarn install - yarn run build:css - bundle exec rspec