Lock cargo dependencies during CI builds

This commit is contained in:
Kirill Bulatov
2022-08-26 15:40:22 +03:00
committed by Kirill Bulatov
parent a5ca6a9d2b
commit a56ae15edf
7 changed files with 13 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ jobs:
run: ./run_clippy.sh
- name: Ensure all project builds
run: cargo build --all --all-targets
run: cargo build --locked --all --all-targets
check-codestyle-python:
runs-on: [ self-hosted, Linux, k8s-runner ]