Skip to content

Commit

Permalink
ci: run quinn-udp tests with fast-apple-datapath
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored and djc committed Jan 10, 2025
1 parent e51d0e4 commit 3c3d460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
- run: cargo test --manifest-path fuzz/Cargo.toml
if: ${{ matrix.rust }} == "stable"
- run: cargo test -p quinn-udp --benches
- run: cargo test -p quinn-udp --benches --features fast-apple-datapath
if: ${{ matrix.os }} == "macos-latest"

test-aws-lc-rs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c3d460

Please sign in to comment.