瀏覽代碼

Test new compiler feature flag combinations in CI

timvisee 6 年之前
父節點
當前提交
ddf0e191a3
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -49,6 +49,8 @@ variables:
     - cargo check --verbose
     - cargo check --no-default-features --features send2 --verbose
     - cargo check --no-default-features --features send3 --verbose
+    - cargo check --no-default-features --features send2,send3,qrcode --verbose
+    - cargo check --no-default-features --features send2,send3,urlshorten --verbose
     - cargo check --features no-color --verbose
 check-stable:
   <<: *check-base