mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Test: Run fast and slow blackbox tests seperately.
This commit is contained in:
parent
c31a8076bb
commit
95b534ff10
4 changed files with 13 additions and 11 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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 4
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
coverage:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue