aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-07 15:24:41 +0100
committerGitHub <[email protected]>2020-07-07 15:24:41 +0100
commit6bf33cc5cce64f035baf51311272fb43841d0ea5 (patch)
treeb45f3a5c34a0d8b146733fc419695c3e820abc25 /.github/workflows/ci.yaml
parent43e33f3b4afb018a0bc0666813a4e4dd6568c594 (diff)
parent2752f2dccf3492c29074c4f16ed30dba754e36c5 (diff)
Merge pull request #5249 from matklad/ci
check cargo.lock
Diffstat (limited to '.github/workflows/ci.yaml')
-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