add --profile to all jobs

This commit is contained in:
Andy Brett
2021-03-22 09:37:03 -07:00
parent 8cc6e60ed1
commit f021e5e074

View File

@@ -49,7 +49,7 @@ jobs:
bundle exec rake db:schema:load RAILS_ENV=test
- name: Run controller tests
run: bundle exec rspec spec/controllers spec/serializers
run: bundle exec rspec --profile -- spec/controllers spec/serializers
test-models:
runs-on: ubuntu-18.04
@@ -90,7 +90,7 @@ jobs:
bundle exec rake db:schema:load RAILS_ENV=test
- name: Run tests
run: bundle exec rspec spec/models
run: bundle exec rspec --profile -- spec/models
test-admin-features-1:
runs-on: ubuntu-18.04