mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
udp: fix io_uring soundness issues
This commit is contained in:
parent
3f2a87b10f
commit
af16a9e682
9 changed files with 300 additions and 282 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -63,7 +63,9 @@ jobs:
|
|||
- name: Setup Rust dependency caching
|
||||
uses: Swatinem/rust-cache@v2
|
||||
- name: Run tests
|
||||
run: cargo test --verbose --workspace --profile "test-fast"
|
||||
run: cargo test --verbose --profile "test-fast" --workspace
|
||||
- name: Run tests (aquatic_udp with io_uring)
|
||||
run: cargo test --verbose --profile "test-fast" -p aquatic_udp --features "io-uring"
|
||||
|
||||
test-file-transfers:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue