diff --git a/.github/workflows/ruby_test.yml b/.github/workflows/ruby_test.yml index cfb10d161..9170bbaca 100644 --- a/.github/workflows/ruby_test.yml +++ b/.github/workflows/ruby_test.yml @@ -31,4 +31,4 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - run: rspec + run: bundle exec rake