mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-10 09:58:29 -05:00
Compare commits
2 Commits
kad-discov
...
move-testd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faff912465 | ||
|
|
effe1d08ab |
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -120,3 +120,4 @@ jobs:
|
||||
|
||||
export NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }}"
|
||||
nimble test
|
||||
nimble testdaemon
|
||||
|
||||
1
.github/workflows/daily_common.yml
vendored
1
.github/workflows/daily_common.yml
vendored
@@ -97,3 +97,4 @@ jobs:
|
||||
export NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }}"
|
||||
nimble test
|
||||
nimble testintegration
|
||||
nimble testdaemon
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{.used.}
|
||||
|
||||
import testnative, ./pubsub/testpubsub, testinterop, testdaemon
|
||||
import testnative, ./pubsub/testpubsub, testinterop
|
||||
|
||||
Reference in New Issue
Block a user