diff options
author | Aleksey Kladov <[email protected]> | 2020-07-07 15:00:38 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-07 15:01:05 +0100 |
commit | 2752f2dccf3492c29074c4f16ed30dba754e36c5 (patch) | |
tree | b45f3a5c34a0d8b146733fc419695c3e820abc25 /.github | |
parent | 74223de7c469c33d699995fedc606a2b3d610538 (diff) |
check cargo.lock
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f4e75341..3adf9e6ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -83,7 +83,7 @@ jobs: | |||
83 | key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} | 83 | key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} |
84 | 84 | ||
85 | - name: Compile | 85 | - name: Compile |
86 | run: cargo test --no-run | 86 | run: cargo test --no-run --locked |
87 | 87 | ||
88 | - name: Test | 88 | - name: Test |
89 | run: cargo test | 89 | run: cargo test |