branch: externals/eglot commit d03235f39a39bdf2e74571d695163aa42f5b9506 Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
Temporarily disable 'snapshot' matrix job for CI I don't think it's provinding false positive, this is definitely a problem to look at. However, having it prevent other tests from running is a hazard. * .github/workflows/test.yml (jobs): Comment out 'snapshot' emacs_version. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 329374a935..e7344bd7c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - 26.3 - 27.1 - 27.2 - - snapshot + # - snapshot steps: - uses: actions/checkout@v2