Skip to content

Commit

Permalink
Add some CI debugging help.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 17, 2023
1 parent ada9303 commit 3ca628a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testbed/tests/testbed.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def run_tests(app, cov, args, report_coverage, run_slow):
# Override the cache directory to be somewhere known writable
"-o",
f"cache_dir={tempfile.gettempdir()}/.pytest_cache",
# FIXME: Add this in to debug why apps are crashing in CI.
"--slow",
]
+ args
)
Expand Down

0 comments on commit 3ca628a

Please sign in to comment.