add web3 package to the test suite (#26108)

This commit is contained in:
Miran
2026-08-17 12:36:51 +02:00
committed by GitHub
parent 43f7631b1c
commit a32283c1f9

View File

@@ -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"