1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-19 18:08:29 +00:00

Improve tests traceability, add test for Systemd dependency cycles (#3917)

* Add test checking journal logs for dependency cycles
* Run some test cases to get their output also when full init fails
* Remove high timeouts from the times when GHA couldn't use KVM
* Enable logging durations for future optimizations
This commit is contained in:
Jan Čermák
2025-03-06 18:23:34 +01:00
committed by GitHub
parent 6c4f32a8c0
commit 4a1d2b75b9
4 changed files with 13 additions and 11 deletions

View File

@@ -74,7 +74,7 @@ jobs:
- name: Run tests
run: |
./tests/run_tests.sh
./tests/run_tests.sh --durations=0 --durations-min=5.0
- name: Archive logs
uses: actions/upload-artifact@v4