diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f984280b8..ef8143c00 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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