.circleci/config.yml in procon_bypass_man-0.1.5 vs .circleci/config.yml in procon_bypass_man-0.1.6

- old
+ new

@@ -14,7 +14,10 @@ command: gem install bundler:2.2.20 - run: name: bundle install command: bundle install --jobs 4 - run: + name: rubocop + command: bundle exec rubocop + - run: name: run test command: bundle exec rspec