Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jul 14, 2022
1 parent f5e7254 commit 2396b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # 'bundle install' and cache gems
- run: bundle exec rake rubocop
- name: Run tests
run: bundle exec rake
run: bundle exec rake test

0 comments on commit 2396b08

Please sign in to comment.