Skip to content

Commit 864ef0d

Browse files
committed
test libs: adjustments for test-doc-blocks
Was formerly running test-doc-blocks entire CI test suite. This included clj-kondo linting. This failed because we've deprecated z/edn*. Switch to being more focused and running tests that satisfy goal of canary testing.
1 parent b7d408b commit 864ef0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/test_libs.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,9 @@
409409
:version-prefix "v"}
410410
:patch-fn deps-edn-v1-patch
411411
:show-deps-fn cli-deps-tree
412-
:test-cmds ["bb ci-test"]}
412+
:test-cmds ["bb test-unit"
413+
"bb test-integration"
414+
"bb test-gen-clj"]}
413415
{:name "umschreiben-clj"
414416
:version "0.1.0"
415417
:platforms [:clj]

0 commit comments

Comments
 (0)