Skip to content

Commit

Permalink
feat: Run only rspec in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryosk7 committed Oct 23, 2023
1 parent caed77a commit d47f303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake
- name: Run rspec
run: bundle exec rspec

0 comments on commit d47f303

Please sign in to comment.