Skip to content

Commit

Permalink
test: sharness with tcp mux
Browse files Browse the repository at this point in the history
running again with 1 line diff to produce clear example
  • Loading branch information
lidel committed Dec 19, 2024
1 parent b5cfd6d commit 6caf78c
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 6caf78c

Please sign in to comment.