Skip to content

Commit 3f94660

Browse files
thomaseizingergretchenfrage
authored andcommitted
ci: run quinn-udp fast-data-path tests
1 parent 107dd92 commit 3f94660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
- uses: Swatinem/rust-cache@v2
123123
- run: cargo build --locked --all-targets
124124
- run: cargo test --locked
125+
- run: cargo test --locked -p quinn-udp --features fast-apple-datapath
126+
if: ${{ runner.os }} == "macOS"
125127
- run: cargo test --locked -- --ignored stress
126128
- run: cargo test --locked --manifest-path fuzz/Cargo.toml
127129
if: ${{ matrix.rust }} == "stable"

0 commit comments

Comments
 (0)