Skip to content

Commit

Permalink
Run legacy tests separately
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Jun 19, 2024
1 parent ba5e5aa commit 30b2a1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Setup database
run: bundle exec rake db:reset

- name: Run tests
run: bundle exec rake
- name: Run RSpec tests
run: bundle exec rspec

- name: Run legacy tests
run: bundle exec rake test

0 comments on commit 30b2a1c

Please sign in to comment.