Add --locked in CI tests

This commit is contained in:
Clémentine Urquizar 2021-06-03 16:23:59 +02:00
parent 70229f07c8
commit e9104a0a32
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A

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: