diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 36b90a0..a9421c2 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -35,5 +35,4 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - #run: bundle exec rake - run: rake test + run: bundle exec rake