ci: remove || true - test failures are regressions
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ steps:
|
||||
commands:
|
||||
- pip install -r requirements.txt --quiet
|
||||
- pip install hypothesis --quiet
|
||||
- pytest tests/ -x --tb=short -q || true
|
||||
- pytest tests/ -x --tb=short -q
|
||||
when:
|
||||
event: [push, pull_request]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user