Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Jan 19, 2025
1 parent 22d255f commit 0442d86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,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
# # 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 0442d86

Please sign in to comment.