diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac5fd47..150822a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: run: bundle exec rake rubocop - name: Run tests - run: bundle exec rake + run: bundle exec rspec