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:
Yossi Gottlieb
2020-10-22 11:10:53 +03:00
committed by GitHub
parent 6cf23d6610
commit 843a13e88f
5 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -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