diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-05-21 07:35:37 +1000 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:32 +0200 |
| commit | 25b784f00d40e20714709bf61e09046d4b9c8fd8 (patch) | |
| tree | 8f4c99f90dbb8e30085e3aa1b26692270a7fe163 /.github/workflows | |
| parent | 47ec33eca7b71b7f53c826dc97f37da4d4700499 (diff) | |
chore(lsp): provide test for lsp deadlock issue (#10679)
Resolves: #10587
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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') }}- |
