Skip to content

Commit

Permalink
chore: Split the build & test into 2 stages
Browse files Browse the repository at this point in the history
  • Loading branch information
royjacobson committed Aug 24, 2023
1 parent 7f89bf3 commit 7ff29f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@ 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: |
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
Expand Down

0 comments on commit 7ff29f0

Please sign in to comment.