ci: remove || true - test failures are regressions

This commit is contained in:
Celes Renata
2026-04-18 20:51:48 +00:00
parent ca173f3585
commit 860a9bd7a4
+1 -1
View File
@@ -16,7 +16,7 @@ steps:
commands: commands:
- pip install -r requirements.txt --quiet - pip install -r requirements.txt --quiet
- pip install hypothesis --quiet - pip install hypothesis --quiet
- pytest tests/ -x --tb=short -q || true - pytest tests/ -x --tb=short -q
when: when:
event: [push, pull_request] event: [push, pull_request]