diff --git a/CHANGELOG.md b/CHANGELOG.md index baecba6..703321c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changes * 2.0.next in progress + * Switch from `readme` to `test-doc-blocks` so all documentation is tested! * Clean up build/update deps. * 2.0.783 -- 2021-08-15 (a.k.a "2.0 Gold") diff --git a/build.clj b/build.clj index 97f9f39..efedcd3 100644 --- a/build.clj +++ b/build.clj @@ -1,12 +1,13 @@ (ns build "HoneySQL's build script. - clojure -T:build run-tests - clojure -T:build run-tests :aliases '[:master]' + clojure -T:build ci clojure -T:build run-doc-tests :aliases '[:cljs]' - clojure -T:build ci + Run tests: + clojure -X:test + clojure -X:test:master For more information, run: @@ -38,8 +39,8 @@ (-> [:test-doc] (into aliases) (into (if (some #{:cljs} aliases) - [:test-doc-cljs] - [:test-doc-clj]))))) + [:test-doc-cljs] + [:test-doc-clj]))))) opts) (defn ci "Run the CI pipeline of tests (and build the JAR)." [opts]