Skip to content

Commit

Permalink
test: Remove README tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KingMob committed Mar 22, 2024
1 parent 66925b4 commit 4805515
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 34 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,11 @@ jobs:
key: gitlibs-${{ hashFiles('deps.edn') }}

- name: Prepare dependencies
run: clojure -M:test:clj-test:cljs-test:readme-test -P
run: clojure -P -M:test:clj-test:cljs-test

- name: Run Clojure tests
run: clojure -X:test:clj-test

- name: Run ClojureScript tests
run: clojure -M:test:cljs-test

- name: Run README tests
run: clojure -M:test:readme-test
5 changes: 1 addition & 4 deletions bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
test {:doc "Run test"
:task (run '-test)}

-test {:depends [test:clj test:cljs test:readme]}
-test {:depends [test:clj test:cljs]}

test:clj {:doc "Run Clojure test"
:task (clojure "-X:test:clj-test")}

test:cljs {:doc "Run ClojureScript test"
:task (clojure "-M:test:cljs-test")}

test:readme {:doc "Run README test"
:task (clojure "-M:test:readme-test")}

lint {:doc "Run Clojure linters"
:task (shell "clj-kondo --lint src test")}

Expand Down
Loading

0 comments on commit 4805515

Please sign in to comment.