Browse Source

Test new compiler feature flag combinations in CI

timvisee 6 years ago
parent
commit
ddf0e191a3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -49,6 +49,8 @@ variables:
     - cargo check --verbose
     - cargo check --verbose
     - cargo check --no-default-features --features send2 --verbose
     - cargo check --no-default-features --features send2 --verbose
     - cargo check --no-default-features --features send3 --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
     - cargo check --features no-color --verbose
 check-stable:
 check-stable:
   <<: *check-base
   <<: *check-base