Skip to content

Commit

Permalink
Remove "spec tests" from github workflow
Browse files Browse the repository at this point in the history
The same tests are ran by the action "Run tests".
  • Loading branch information
cmd-ntrf committed May 1, 2024
1 parent 331cd2f commit 6d6abfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d6abfa

Please sign in to comment.