From 1c322122778894f1d5e0aca12556e80e7c8b846c Mon Sep 17 00:00:00 2001 From: narimiran Date: Sun, 26 Nov 2023 07:56:08 +0100 Subject: [PATCH] use clojure --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fbab49a..4493a2c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,4 +39,4 @@ jobs: restore-keys: cljdeps- - name: Test solutions - run: clj -M clojure/tests/solutions_tests.clj \ No newline at end of file + run: clojure -M clojure/tests/solutions_tests.clj \ No newline at end of file