Skip to content

Commit e510c9e

Browse files
authored
Merge pull request #1111 from suketa/add_test_opts_verbose_on_win
run CI verbose mode in Windows.
2 parents c2f3e42 + 1ac92b4 commit e510c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_on_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
test:
1919
runs-on: windows-latest
20-
timeout-minutes: 20
20+
timeout-minutes: 10
2121
strategy:
2222
matrix:
2323
ruby: ['3.2.9', '3.3.10', '3.4.8', '4.0.1', 'ucrt', 'mingw', 'mswin', 'head']
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: rake test
5454
run: |
55-
rake test
55+
bundle exec rake test TESTOPTS="--verbose"
5656
5757
post-test:
5858
name: All tests passed on Windows

0 commit comments

Comments
 (0)