From 702cb8549918bdaf44ad31204d8d57ad7e0ad69e Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 6 May 2021 14:55:18 +0800 Subject: [PATCH] smoke test --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index b71b99e488..1619b031d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,8 @@ steps: - cd debug - cmake .. - make + - cd ../tests + - ./test-all.sh smoke when: branch: - develop -- GitLab