mirror of
https://github.com/vale981/lack
synced 2025-03-05 09:21:39 -05:00
Load all systems before running tests. This would drop the coverage rate.
This commit is contained in:
parent
75a0286323
commit
1dc0507cc9
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@ before_script:
|
|||
|
||||
script:
|
||||
- cl -l prove -l cl-coveralls
|
||||
-e '(or (coveralls:with-coveralls ()
|
||||
-e '(or (coveralls:with-coveralls
|
||||
(loop for file in (uiop:directory-files (uiop:getenv "TRAVIS_BUILD_DIR"))
|
||||
when (and (string= (pathname-type file) "asd")
|
||||
(< 5 (length (pathname-name file)))
|
||||
(string= (pathname-name file) "lack-" :end1 5))
|
||||
do (asdf:load-system (pathname-name file)))
|
||||
(every (function identity)
|
||||
(list (prove:run :t-lack)
|
||||
(prove:run :t-lack-middleware-static)
|
||||
|
|
Loading…
Add table
Reference in a new issue