ci: remove || true - test failures are regressions
This commit is contained in:
+1
-1
@@ -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]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user