mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore(ci):Reduce --gtest_repeat to 10 (#730)
Reduce --gtest_repeat to 10 Signed-off-by: ashotland <ari@dragonflydb.io>
This commit is contained in:
parent
5144e6e034
commit
20a309ebd0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
echo Run ctest -V -L DFLY
|
||||
#GLOG_logtostderr=1 GLOG_vmodule=transaction=1,engine_shard_set=1
|
||||
GLOG_logtostderr=1 GLOG_vmodule=rdb_load=1,rdb_save=1,snapshot=1 ctest -V -L DFLY
|
||||
./dragonfly_test --gtest_repeat=100
|
||||
./dragonfly_test --gtest_repeat=10
|
||||
# GLOG_logtostderr=1 GLOG_vmodule=transaction=1,engine_shard_set=1 CTEST_OUTPUT_ON_FAILURE=1 ninja server/test
|
||||
lint-test-chart:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue