We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a0c92 commit a953095Copy full SHA for a953095
.github/workflows/test-coverage.yaml
@@ -32,6 +32,10 @@ jobs:
32
- os: ubuntu
33
ruby: "head"
34
selector: URing
35
+ - os: ubuntu
36
+ ruby: "head"
37
+ selector: URing
38
+ worker_pool: "true"
39
40
steps:
41
- uses: actions/checkout@v4
@@ -46,13 +50,14 @@ jobs:
46
50
timeout-minutes: 5
47
51
env:
48
52
IO_EVENT_SELECTOR: ${{matrix.selector}}
53
+ ASYNC_SCHEDULER_DEFAULT_WORKER_POOL: ${{matrix.worker_pool}}
49
54
run: bundle exec bake test
55
56
- uses: actions/upload-artifact@v4
57
with:
58
include-hidden-files: true
59
if-no-files-found: error
- name: coverage-${{matrix.os}}-${{matrix.ruby}}-${{matrix.selector}}
60
+ name: coverage-${{matrix.os}}-${{matrix.ruby}}-${{matrix.selector}}-${{matrix.worker_pool}}
61
path: .covered.db
62
63
validate:
0 commit comments