Przeglądaj źródła

Remove frozen flag from Cargo check due to error

timvisee 6 lat temu
rodzic
commit
15a7285ae1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -46,7 +46,7 @@ variables:
 .check-base: &check-base
   stage: check
   script:
-    - cargo check --frozen --verbose
+    - 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 --verbose