chore(ci): build with --locked flag

This commit is contained in:
Orhun Parmaksız 2022-02-02 03:35:06 +03:00
parent 7b7031dee3
commit 9c2383ad9d
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -56,7 +56,7 @@ jobs:
with:
use-cross: true
command: build
args: --target ${{ matrix.TARGET }} --no-default-features
args: --locked --target ${{ matrix.TARGET }} --no-default-features
test:
name: Run tests