Add a --no-latency tests flag. (#7939)
Useful for running tests on systems which may be way slower than usual.
This commit is contained in:
@@ -200,7 +200,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