smoke test

This commit is contained in:
liuyq-617 2021-05-06 14:55:18 +08:00
parent 17ddb4587d
commit 702cb85499
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ steps:
- cd debug - cd debug
- cmake .. - cmake ..
- make - make
- cd ../tests
- ./test-all.sh smoke
when: when:
branch: branch:
- develop - develop