From a32283c1f95ed68dd758cf9508a3494a2da300e5 Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 17 Aug 2026 12:36:51 +0200 Subject: [PATCH] add web3 package to the test suite (#26108) --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 27774db70e..d8b7cfc74f 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -176,6 +176,7 @@ pkg "unittest2" pkg "unpack" when not defined(arm64): pkg "weave", "nimble install -y cligen@#HEAD; nimble test_gc_arc", useHead = true +pkg "web3", "nimble test_slim", useHead = true pkg "websock", "nim c -d:chronicles_log_level=INFO tests/all_tests.nim" pkg "websocket", "nim c websocket.nim" pkg "with"