summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 5c2c9ff..e5dfb63 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -20,9 +20,15 @@ jobs:
clj-kondo: 'latest'
bb: 'latest'
- - name: Run tests
+ - name: Test Babashka
run: |
bb test:bb
+
+ - name: Test Clojure
+ run: |
bb test:clj
+
+ - name: Test ClojureScript
+ run: |
bb test:cljs