summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-05-21 07:35:37 +1000
committerGitHub <noreply@github.com>2021-05-21 07:35:37 +1000
commit8708d3c0451129792d58b7fa856101ceaa7bf487 (patch)
treeb7250e707061d4d844078b45e8c867f5269e2d45 /.github
parent8aa09ccba92320ca4109c9efe8ec44306c2e5cbc (diff)
chore(lsp): provide test for lsp deadlock issue (#10679)
Resolves: #10587
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7ac23cab0..406d1bf2e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -210,7 +210,7 @@ jobs:
path: |
./target
key: |
- dummy # Cache never be created for this key.
+ s0mth1ng_rand0m # Cache never be created for this key.
restore-keys: |
a-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ hashFiles('Cargo.lock') }}-