aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-07 15:00:38 +0100
committerAleksey Kladov <[email protected]>2020-07-07 15:01:05 +0100
commit2752f2dccf3492c29074c4f16ed30dba754e36c5 (patch)
treeb45f3a5c34a0d8b146733fc419695c3e820abc25 /.github/workflows
parent74223de7c469c33d699995fedc606a2b3d610538 (diff)
check cargo.lock
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml2
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