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 33723e6 commit 4ff1adfCopy full SHA for 4ff1adf
.github/workflows/test-coverage.yaml
@@ -54,7 +54,7 @@ jobs:
54
with:
55
ruby-version: ${{matrix.ruby}}
56
bundler-cache: true
57
- cache-version: io_uring
+ cache-version: uring-coverage
58
apt-get: liburing-dev
59
60
- name: Run tests
.github/workflows/test-io_uring.yaml .github/workflows/test-uring.yaml.github/workflows/test-io_uring.yaml renamed to .github/workflows/test-uring.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
+ cache-version: uring
40
41
- name: Backends
42
run: bundle exec ruby -r"io/event" -e "puts IO::Event::Selector.constants"
0 commit comments