Skip to content

Commit

Permalink
test: LIBP2P_TCP_MUX: true
Browse files Browse the repository at this point in the history
this re-enabled TCP muxing

(if sharness fails due to timeout, we have bug related to
libp2p.ShareTCPListener() somehow)
  • Loading branch information
lidel committed Dec 20, 2024
1 parent 7a4ec80 commit 858e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
TEST_EXPENSIVE: 1
IPFS_CHECK_RCMGR_DEFAULTS: 1
CONTINUE_ON_S_FAILURE: 1
LIBP2P_TCP_MUX: false # TODO
LIBP2P_TCP_MUX: true # TODO
# increasing parallelism beyond 10 doesn't speed up the tests much
PARALLEL: ${{ github.repository == 'ipfs/kubo' && 10 || 3 }}
- name: Upload coverage report
Expand Down

0 comments on commit 858e10a

Please sign in to comment.