mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
chore: Split the build & test into 2 stages (#1733)
This commit is contained in:
parent
5042cb2f6d
commit
b0718abdd1
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -88,11 +88,15 @@ jobs:
|
||||
-L
|
||||
cd ${{github.workspace}}/build && pwd
|
||||
du -hcs _deps/
|
||||
- name: Build & Test
|
||||
- name: Build
|
||||
run: |
|
||||
cd ${{github.workspace}}/build
|
||||
ninja src/all
|
||||
ccache --show-stats
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
cd ${{github.workspace}}/build
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user