diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index e7494cf..26cdcc9 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -33,4 +33,4 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically bundler: 2.4.22 # For Ruby 2.7 compatibility - name: Run tests - run: bundle exec rake + run: bundle exec rake test