Skip to content

Commit cfba654

Browse files
committed
run CI verbose mode in Windows.
1 parent c2f3e42 commit cfba654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_on_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)