Skip to content

Commit

Permalink
Run all tests in GitHub workflow
Browse files Browse the repository at this point in the history
s/test/test:all
  • Loading branch information
mauriciofierrom committed Dec 2, 2023
1 parent 2ed6f45 commit b19cfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rails db:prepare
bundle exec rails test
bundle exec rails test:all
bundle exec rspec

0 comments on commit b19cfb9

Please sign in to comment.