Skip to content

Commit 527cf0e

Browse files
committed
Run tests for Babashka on CI
1 parent c7ac519 commit 527cf0e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: clojure -M:1.8:test
4343
- name: Run CLJS tests on Node
4444
run: clojure -M:test:cljs:test-cljs
45+
- name: Run tests on Babashka
46+
run: bb test
4547
- name: Measure test coverage
4648
run: clojure -A:test:coverage
4749
- name: Upload coverage report to CodeCov

bb.edn

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
{:paths ["src"]
2-
:deps {net.cgrand/macrovich {:mvn/version "0.2.1"}}}
1+
{:paths ["src" "test"]
2+
:deps {net.cgrand/macrovich {:mvn/version "0.2.1"}}
3+
:tasks {test postmortem.test-runner/-main}}

0 commit comments

Comments
 (0)