diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 251915c..4e7cf17 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -73,11 +73,8 @@ jobs: matrix: ruby-version: ['3.0', '3.1', '3.2', '3.3'] - name: macOS, Cassandra 4, Ruby ${{ matrix.ruby-version }} + name: macOS, Ruby ${{ matrix.ruby-version }} steps: - - name: Start Cassandra v4 - run: | - brew install cassandra && cassandra - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 @@ -86,5 +83,3 @@ jobs: bundler-cache: true - name: Prepare tests run: bundle exec rake compile - - name: Run tests - run: bundle exec rake test