Skip to content

Commit 2f2aa76

Browse files
committed
Add windows to CI matrix
1 parent 069b3a0 commit 2f2aa76

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
matrix:
1818
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1919
os: [ ubuntu-latest, macos-latest ]
20+
include:
21+
- os: windows-latest
22+
ruby: 2.6
23+
- os: windows-latest
24+
ruby: 3.4
2025
exclude:
2126
- os: macos-latest
2227
ruby: truffleruby

test/test_timeout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,5 +444,5 @@ def test_timeout_in_trap_handler
444444

445445
assert_equal "OK", rd.read
446446
rd.close
447-
end if Signal.list["USR1"] # Windows has no SIGUSR1
447+
end
448448
end

0 commit comments

Comments
 (0)