214: Add --locked in CI tests r=Kerollmops a=curquiza



Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2021-06-03 14:39:36 +00:00 committed by GitHub
commit af38196a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --all
args: --all --locked
- uses: actions-rs/cargo@v1
with: