Add a --no-latency tests flag. (#7939)
Useful for running tests on systems which may be way slower than usual.
(cherry picked from commit 843a13e88f)
This commit is contained in:
committed by
Oran Agra
parent
71c1427a1b
commit
0103dc09d2
@@ -179,7 +179,7 @@ jobs:
|
||||
run: make
|
||||
- name: test
|
||||
run: |
|
||||
./runtest --accurate --verbose
|
||||
./runtest --accurate --verbose --no-latency
|
||||
- name: module api test
|
||||
run: ./runtest-moduleapi --verbose
|
||||
- name: sentinel tests
|
||||
|
||||
Reference in New Issue
Block a user