mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Change default rake task to run test and rubocop
The rubocop only runs in the CI this way a contributor probably will see a rubocop offense only in the CI. Running the rubocop in the default rake task we have more chance that a offense be get in the local machine.
This commit is contained in:
@@ -21,6 +21,6 @@ install:
|
||||
- bundle install --retry=3
|
||||
|
||||
test_script:
|
||||
- bundle exec rake
|
||||
- bundle exec rake test
|
||||
|
||||
build: off
|
||||
|
||||
Reference in New Issue
Block a user