Skip to content

Commit

Permalink
Merge pull request #4452 from kenhys/no-show-detail
Browse files Browse the repository at this point in the history
ci: do not show test detail immediately
  • Loading branch information
kenhys committed Mar 27, 2024
2 parents 13a5199 + 4f02d3f commit 5ffe67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ruby-head.yml
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake test TESTOPTS=-v
run: bundle exec rake test TESTOPTS="-v --no-show-detail-immediately"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake test TESTOPTS=-v
run: bundle exec rake test TESTOPTS="-v --no-show-detail-immediately"

0 comments on commit 5ffe67e

Please sign in to comment.