mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +00:00
* adds the script to detect os * comments out the os detection code * detects os * adds ganache installation and termination * updates the contract test * adds rln-relay test to the waku v2 tests * updates test_web3 comment
16 lines
442 B
Nim
16 lines
442 B
Nim
import
|
|
# Waku v2 tests
|
|
# TODO: enable this when it is altered into a proper waku relay test
|
|
# ./v2/test_waku,
|
|
./v2/test_wakunode,
|
|
./v2/test_waku_store,
|
|
./v2/test_waku_filter,
|
|
./v2/test_waku_pagination,
|
|
./v2/test_waku_payload,
|
|
./v2/test_waku_swap,
|
|
./v2/test_message_store,
|
|
./v2/test_jsonrpc_waku,
|
|
./v2/test_peer_manager,
|
|
./v2/test_web3, # TODO remove it when rln-relay tests get finalized
|
|
./v2/test_waku_rln_relay
|