diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 23959f5..3ab9f1a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,6 +64,8 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true + - name: Run tests + run: bundle exec rake spec test-macos: runs-on: macos-13