Skip to content

Commit

Permalink
Add support for monoio (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimast authored Jan 18, 2025
1 parent 449db20 commit 89d4504
Show file tree
Hide file tree
Showing 22 changed files with 454 additions and 145 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
- name: "Test: Async"
run: just async-tests
timeout-minutes: 10
- name: "Test: Async I/O"
run: just async-io-tests
- name: "Test: Tokio-Uring"
run: just tokio-uring-tests
- name: "Test: Monoio"
run: just monoio-tests
- name: "Tests: Sync"
run: just sync-tests
timeout-minutes: 10
Expand All @@ -42,18 +44,20 @@ jobs:
- name: "Tests: Sync Wisckey"
run: just wisckey-sync-tests
timeout-minutes: 10
- name: "Lint Checks: Async"
- name: "Lint Checks: Tokio (with sync FS)"
run: just async-lint
- name: "Lint Checks: Async I/O"
run: just async-io-lint
- name: "Lint Checks: Sync"
- name: "Lint Checks: Tokio-Uring"
run: just tokio-uring-lint
- name: "Lint Checks: Monoio "
run: just monoio-lint
- name: "Lint Checks: Synchronous API"
run: just sync-lint
- name: "Lint Checks: Wisckey"
run: just wisckey-lint
- name: "Lint Checks: Wisckey with no comrpession"
run: just wisckey-lint
- name: "Lint Checks: Wisckey and Async I/O"
run: just async-io-wisckey-lint
- name: "Lint Checks: Wisckey and Tokio-Uring"
run: just tokio-uring-wisckey-lint
- name: "Formatting Checks"
run: just check-formatting
# Does not work well as some dependencies only used by certain features
Expand Down
Loading

0 comments on commit 89d4504

Please sign in to comment.