* hevc tests

* x
This commit is contained in:
nimlgen
2026-08-10 13:33:49 +03:00
committed by GitHub
parent 2821bd646f
commit 8611fe22a7
3 changed files with 25 additions and 5 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ jobs:
# TODO: failing due to library loading error
CAPTURE_PROCESS_REPLAY: 0
run: |
python3 -m pytest -n=auto test/device/test_hcq.py test/test_tiny.py --durations=20
python3 -m pytest -n=auto test/device/test_hcq.py test/test_tiny.py \
test/testextra/test_hevc.py::TestHevc::test_hevc_decode_compile --durations=20
- name: Run process replay tests
uses: ./.github/actions/process-replay