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

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: