From c05984198a00f249ea08792a813ed1d17c0e366d Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Wed, 8 Oct 2025 01:31:55 +0300 Subject: Improve tests workflow --- .github/workflows/tests.yml | 4 ++-- 1 file 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 -- cgit v1.2.3