Remove frozen flag from Cargo check due to error
This commit is contained in:
parent
757d672df6
commit
15a7285ae1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue