mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 03:44:02 +08:00
SRS5: Test: Run fast and slow blackbox tests seperately.
PICK 95b534ff10
This commit is contained in:
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 2
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
coverage:
|
||||
|
||||
Reference in New Issue
Block a user