Skip to content

Commit

Permalink
set pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jan 25, 2024
1 parent 4faf96f commit 70bc6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: bundle exec standardrb
- name: Run tests
shell: bash
run: bundle exec rspec
run: set -o pipefail && bundle exec rspec

0 comments on commit 70bc6d4

Please sign in to comment.