From fc23dc47ab9aa7df53eba74b68bdc91440a7e8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imre=20K=C3=B3sz=C3=B3?= Date: Fri, 26 Jan 2024 23:10:20 +0100 Subject: [PATCH] wip: try running tests another way --- .github/workflows/tests-and-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-and-checks.yml b/.github/workflows/tests-and-checks.yml index 315ea74..790648f 100644 --- a/.github/workflows/tests-and-checks.yml +++ b/.github/workflows/tests-and-checks.yml @@ -44,4 +44,4 @@ jobs: restore-keys: cljdeps- - name: Run Clojure tests - run: bb run test + run: clojure -Srepro -M:poly test