We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384483e commit 7658f4cCopy full SHA for 7658f4c
test/lisp/progmodes/eglot-tests.el
@@ -710,6 +710,7 @@ directory hierarchy."
710
;; This originally appeared in github#1339
711
(skip-unless (executable-find "rust-analyzer"))
712
(skip-unless (executable-find "cargo"))
713
+ (skip-when (getenv "EMACS_EMBA_CI"))
714
(eglot--with-fixture
715
'(("cmpl-project" .
716
(("main.rs" .
0 commit comments