mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
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
Add a link
Reference in a new issue