Skip to content

Commit

Permalink
Update net.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Dec 22, 2024
1 parent fe083d9 commit 3e2a98f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
# - windows-latest
runtime: [tokio, async-std, smol]
stream_layer: [tls, native-tls, tcp]
# TODO: remove this exlucde when figuring out why native-tls with smol leads to a user_data* unit tests failure
exclude:
- runtime: smol
stream_layer: native-tls
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3e2a98f

Please sign in to comment.