1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SRS5: Test: Run fast and slow blackbox tests seperately.

PICK 95b534ff10
This commit is contained in:
winlin 2023-01-03 22:47:07 +08:00
parent 57d205d5a0
commit b104826a96
5 changed files with 19 additions and 17 deletions

View file

@ -197,7 +197,9 @@ jobs:
- name: Run SRS blackbox-test
run: |
docker run --rm -w /srs/trunk/3rdparty/srs-bench srs:test \
./objs/srs_blackbox_test -test.v -test.parallel 64
./objs/srs_blackbox_test -test.v -test.run '^TestFast' -test.parallel 64
docker run --rm -w /srs/trunk/3rdparty/srs-bench srs:test \
./objs/srs_blackbox_test -test.v -test.run '^TestSlow' -test.parallel 2
runs-on: ubuntu-20.04
coverage: