diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cad69db..39fd853 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,8 +49,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - name: spec tests - run: bundle exec rake features - name: Verify gem builds run: gem build --strict --verbose *.gemspec - name: Run tests