Compare commits

...

2 Commits

Author SHA1 Message Date
Gabriel Cruz
faff912465 Merge branch 'master' into move-testdaemon 2025-06-23 23:26:34 +00:00
Gabriel Cruz
effe1d08ab chore(tests): move testdaemon out of testall 2025-06-23 09:39:04 -03:00
3 changed files with 3 additions and 1 deletions

View File

@@ -120,3 +120,4 @@ jobs:
export NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }}"
nimble test
nimble testdaemon

View File

@@ -97,3 +97,4 @@ jobs:
export NIMFLAGS="${NIMFLAGS} --mm:${{ matrix.nim.memory_management }}"
nimble test
nimble testintegration
nimble testdaemon

View File

@@ -1,3 +1,3 @@
{.used.}
import testnative, ./pubsub/testpubsub, testinterop, testdaemon
import testnative, ./pubsub/testpubsub, testinterop