We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96499a commit f61025fCopy full SHA for f61025f
1 file changed
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
run: bin/rails db:schema:load
57
# Add or replace test runners here
58
- name: Run Ruby tests
59
- run: bundle exec rspec
+ run: bundle exec rspec --profile
60
- name: Run JS tests
61
run: npm test
62
# Add or replace any other lints here
0 commit comments