Skip to content

Commit

Permalink
Run rspec in progress mode without backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Mar 17, 2024
1 parent 3da49ac commit 909d6c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
bin/rails db:test:prepare
- name: "Run Rspec"
run: bundle exec rspec --format documentation
run: bundle exec rspec
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
--order rand
--profile 5
--require spec_helper
-b

0 comments on commit 909d6c6

Please sign in to comment.