check cargo.lock

This commit is contained in:
Aleksey Kladov 2020-07-07 16:00:38 +02:00
parent 74223de7c4
commit 2752f2dccf

View file

@ -83,7 +83,7 @@ jobs:
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- name: Compile
run: cargo test --no-run
run: cargo test --no-run --locked
- name: Test
run: cargo test