cloudberry
cloudberry copied to clipboard
Add singlenode tests in cicd pipeline
Sincle we introduce new singlenode deploy mode, we should add related tests in CI/CD pipeline. I have discussed with @sandiandian , he will take care of it after #77 is merged.
Follow the steps bellow to run singlenode test:
- build as cbdb's usual way
- make create-demo-singlenode
- make -C src/test installcheck-singlenode
- make destroy-demo-singlenode
Hey, @wfnuser welcome!🎊 Thanks for taking the time to point this out.🙌
cicd done.