We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b5c4c commit 0c88caaCopy full SHA for 0c88caa
sento.asd
@@ -69,6 +69,7 @@
69
"lparallel"
70
"cl-mock")
71
:components ((:module "tests"
72
+ :serial t
73
:components
74
((:file "all-test")
75
(:file "miscutils-test")
@@ -97,8 +98,7 @@
97
98
(:file "actor-tree-test")
99
(:file "spawn-in-receive-test")
100
(:file "test-utils")
- (:file "message-box-test"
101
- :depends-on ("test-utils")))))
+ (:file "message-box-test"))))
102
:description "Test system for sento"
103
:perform (test-op (op c) (symbol-call :fiveam :run!
104
(uiop:find-symbol* '#:test-suite
0 commit comments