We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec5b29 commit a4462afCopy full SHA for a4462af
src/app/libp2p_helper/Makefile
@@ -27,5 +27,11 @@ test-large: ../../libp2p_ipc/libp2p_ipc.capnp.go
27
&& $(GO) test -timeout 40m -run "^TestBitswapMedium$$" \
28
&& $(GO) test -timeout 40m -run "^TestBitswapJumbo$$"
29
30
+test-pubsub: ../../libp2p_ipc/libp2p_ipc.capnp.go
31
+ cd src/libp2p_helper \
32
+ && (ulimit -n 65536 || true) \
33
+ && $(GO) test -timeout 40m -run "^TestPubsubMsgIdFun$$" \
34
+ && $(GO) test -timeout 40m -run "^TestPubsubMsgIdFunLongTopic$$"
35
+
36
clean:
37
rm -rf result ../../libp2p_ipc/libp2p_ipc.capnp.go
0 commit comments