diff --git a/.circleci/config.yml b/.circleci/config.yml index 68cf45e..599ce18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,7 +67,7 @@ jobs: command: bundle exec rails db:create db:schema:load # Run rspec in parallel - ruby/rspec-test - label: RSpec tests + # label: RSpec tests include: spec/**/*_spec.rb # We use workflows to orchestrate the jobs that we declared above.