chore: Split the build & test into 2 stages (#1733)

This commit is contained in:
Roy Jacobson 2023-08-24 16:52:24 +03:00 committed by GitHub
parent 5042cb2f6d
commit b0718abdd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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