浏览代码

Update .gitlab-ci.yml

Hiro 6 年之前
父节点
当前提交
15bc2b1a64
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -26,6 +26,7 @@ before_script:
 test:
   script:
     - "sh autogen.sh && ./configure && make && make install"
+    - "make test-full-online"
   
 update:
   script: