Skip to content

Commit 3f43a3e

Browse files
committed
CI: run on windows
Don't know if it works, let's try :-)
1 parent 2742175 commit 3f43a3e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
matrix:
1717
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head', 'truffleruby-head' ]
1818
os_and_command:
19-
- os: 'macos-latest'
19+
- os: macos-latest
20+
command: 'env TESTOPTS="--verbose" bundle exec rake test'
21+
- os: windows-latest
2022
command: 'env TESTOPTS="--verbose" bundle exec rake test'
2123
- os: ubuntu-latest
2224
# Sometimes minitest starts and then just hangs printing nothing.

0 commit comments

Comments
 (0)