Skip to content

Commit

Permalink
Run docs tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilmo Raunio committed Aug 5, 2024
1 parent 7f747be commit 80eb7bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.10.1.693
- name: Run tests
run: CLOJURE=clojure-${{ matrix.clojure }} bin/kaocha
- name: Run unit tests
run: CLOJURE=clojure-${{ matrix.clojure }} bin/kaocha unit
- name: Generate docs tests
run: clojure -X:gen-doc-tests
- name: Run docs tests
run: CLOJURE=clojure-${{ matrix.clojure }} bin/kaocha generated

cljs:
name: ClojureScript
Expand Down

0 comments on commit 80eb7bf

Please sign in to comment.