CI: remove "allow_failure" to unit_tests

This commit is contained in:
Julien Fastré 2023-08-30 20:57:24 +02:00
parent 1f2ecb923e
commit bc9b7b1776
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -108,8 +108,6 @@ rector_tests:
unit_tests:
stage: Tests
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82
# until we fix testes
allow_failure: true
script:
- php tests/console doctrine:migrations:migrate -n --env=test
- php -d memory_limit=2G tests/console cache:clear --env=test