include Paths_gemserv module after all

This commit is contained in:
2021-10-26 12:05:56 -04:00
parent d029bee564
commit 745e761451
2 changed files with 9 additions and 5 deletions
+4 -5
View File
@@ -32,9 +32,8 @@ dependencies:
library:
source-dirs: src
when: &nopaths
- condition: false
other-modules: Paths_gemserv
verbatim: &paths
autogen-modules: Paths_gemserv
tests:
gemserv-test:
@@ -47,5 +46,5 @@ tests:
dependencies:
- gemserv
- hspec >= 2.7.10 && < 2.8
when:
- <<: *nopaths
verbatim:
<<: *paths