From af5e04e095ce9ae6688e6eb6c4860fe1c596b768 Mon Sep 17 00:00:00 2001 From: "Mohammad A. Ali" Date: Sun, 12 Nov 2023 15:32:55 +0100 Subject: [PATCH] Update ruby.yml --- .github/workflows/ruby.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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