mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-01-10 03:45:41 +00:00
5f38fd9570
* bumps bearssl * updates version of bearssl in lockfiles * fixes that checksum * attempt to bump various dependencies * updates asynctest version tag * asynctest sha * bumps to working version of nim-datastore * adjusts asynctest imports for chronos * chronos checksum * checksum for datastore * libp2p version tag * libp2p checksum * moves libp2p from codex-branch to latest master * libp2p checksum * splits the test dependencies from the dev dependencies (example nim-ethers) * sets path * pathing in tests * oops wrong version * adds build.nims to installfiles for test module * attempt to fix import paths * bumps nim-datastore * datastore checksum * greatly simplify CI * fixes asynctest import * builds parallel tests before running * bumps datastore * turns nim-stable back off * pins nim-datastore version * bumps checkout to v4 * Review comment by Mark Co-authored-by: markspanbroek <mark@spanbroek.net> * Review comment by Mark Co-authored-by: markspanbroek <mark@spanbroek.net> --------- Co-authored-by: markspanbroek <mark@spanbroek.net>
7 lines
166 B
Nim
7 lines
166 B
Nim
import ./dht/test_providers
|
|
import ./dht/test_providermngr
|
|
import ./discv5/test_discoveryv5
|
|
import ./discv5/test_discoveryv5_encoding
|
|
|
|
{.warning[UnusedImport]: off.}
|