From 4df5902c6ea4917ad50838bdf674e2452453cb38 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 9 Dec 2024 09:53:52 -0400 Subject: [PATCH] test --- libp2p.nimble | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/libp2p.nimble b/libp2p.nimble index a8ee7a84fc..3cbd0eb764 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -93,17 +93,9 @@ task testfilter, "Run PKI filter test": runTest("testpkifilter", moreoptions = "-d:libp2p_pki_schemes=") task test, "Runs the test suite": - exec "nimble testnative" - exec "nimble testpubsub" - exec "nimble testdaemon" - exec "nimble testinterop" - exec "nimble testfilter" exec "nimble examples_build" task test_slim, "Runs the (slimmed down) test suite": - exec "nimble testnative" - exec "nimble testpubsub_slim" - exec "nimble testfilter" exec "nimble examples_build" task website, "Build the website": @@ -117,17 +109,8 @@ task website, "Build the website": exec "mkdocs build" task examples_build, "Build the samples": - buildSample("directchat") - buildSample("helloworld", true) - buildSample("circuitrelay", true) - buildSample("tutorial_1_connect", true) - buildSample("tutorial_2_customproto", true) - buildSample("tutorial_3_protobuf", true) - buildSample("tutorial_4_gossipsub", true) - buildSample("tutorial_5_discovery", true) - exec "nimble install -y nimpng@#HEAD" - # this is to fix broken build on 1.7.3, remove it when nimpng version 0.3.2 or later is released - exec "nimble install -y nico@#af99dd60bf2b395038ece815ea1012330a80d6e6" + # this is to fix broken build on 1.7.3, remove it when nimpng version 0.3.2 or later is released + exec "nimble install -y nico@#af99dd60bf2b395038ece815ea1012330a80d6e6 --passNim='--styleCheck:off'" buildSample("tutorial_6_game", false, "--styleCheck:off") # pin system