We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069b3a0 commit 2f2aa76Copy full SHA for 2f2aa76
.github/workflows/test.yml
@@ -17,6 +17,11 @@ jobs:
17
matrix:
18
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
19
os: [ ubuntu-latest, macos-latest ]
20
+ include:
21
+ - os: windows-latest
22
+ ruby: 2.6
23
24
+ ruby: 3.4
25
exclude:
26
- os: macos-latest
27
ruby: truffleruby
test/test_timeout.rb
@@ -444,5 +444,5 @@ def test_timeout_in_trap_handler
444
445
assert_equal "OK", rd.read
446
rd.close
447
- end if Signal.list["USR1"] # Windows has no SIGUSR1
+ end
448
end
0 commit comments