Fix CI script.

This commit is contained in:
Dianne Skoll
2022-10-10 17:31:14 -04:00
parent 6a7e696a60
commit f9d968cf68

View File

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