Make the CI setup run "make all" to catch possible errors compiling the Perl modules.

This commit is contained in:
Dianne Skoll
2022-10-12 11:32:37 -04:00
parent bea2a6541c
commit 72d0b13ad5

View File

@@ -6,7 +6,7 @@ tests:
- chown -R testuser .
- chmod -R go-w .
script:
- LANG=C.UTF-8 su testuser -c './configure && make test'
- LANG=C.UTF-8 su testuser -c './configure && make all && make test'
artifacts:
when: always
paths: