Skip to content

Commit 6a78066

Browse files
committed
canary tests: re-enable clojure-lsp, woot!
1 parent 6f56842 commit 6a78066

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

script/test_libs.clj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,11 @@
310310
"lein test"]}
311311
{:name "clojure-lsp"
312312
:platforms [:clj]
313-
:note "re-enable after next released, see https://github.com/clj-commons/rewrite-clj/pull/174"
314-
:version "2022.03.31-20.00.20"
313+
:version "2022.04.18-00.59.32"
315314
:github-release {:repo "clojure-lsp/clojure-lsp"}
316315
:patch-fn clojure-lsp-patch
317316
:show-deps-fn clojure-lsp-deps
318-
:test-cmds [#_"make test" "echo skipping"]}
317+
:test-cmds ["make test"]}
319318
{:name "depot"
320319
:platforms [:clj]
321320
:note "1 patch required due to using, but not requiring, rewrite-clj.node"

0 commit comments

Comments
 (0)