summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@bien.ee>2022-04-23 01:41:28 +0300
committerAsko Nõmm <asko@bien.ee>2022-04-23 01:41:28 +0300
commit905e923ede7f0ef433c40561b478cf33a8766700 (patch)
tree1d6d7595c342ff5317f287f56e5337beaa1f7aef
parent30432011eefdbf529021dcb329278c28ff72bc9b (diff)
Kaocha updates
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--tests.edn1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 937395a..1a97df8 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -28,4 +28,4 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Run tests"
- run: lein test
+ run: bin/kaocha
diff --git a/tests.edn b/tests.edn
new file mode 100644
index 0000000..9d8d845
--- /dev/null
+++ b/tests.edn
@@ -0,0 +1 @@
+#kaocha/v1 {}