summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-10-08 01:31:55 +0300
committerAsko Nõmm <asko@nmm.ee>2025-10-08 01:31:55 +0300
commitc05984198a00f249ea08792a813ed1d17c0e366d (patch)
tree7868aeebcff2cf6274b5e0de7a19acae93046a7a
parent2fa4cee3873cb8ad1908a7b5f7076b43bf11d3fb (diff)
Improve tests workflow
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index b186f62..e28ccd7 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -1,7 +1,7 @@
name: Tests
on: [push]
jobs:
- tests:
+ test-clj:
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -22,4 +22,4 @@ jobs:
- name: Run tests
run: |
- clj -X:test
+ clojure -X:test