From 7d7a6ead9b2d93f79eab537b286ae52f86269ecd Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 16 Jun 2023 15:52:59 +0200 Subject: [PATCH] mv test to aprop folder --- project.clj | 2 +- {test => src/test}/activity_pub_poc/core_test.clj | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {test => src/test}/activity_pub_poc/core_test.clj (100%) diff --git a/project.clj b/project.clj index fd387b6..ed084c6 100644 --- a/project.clj +++ b/project.clj @@ -16,4 +16,4 @@ [com.cognitect/transit-clj "1.0.333"]] :main ^:skip-aot activity-pub-poc.core :target-path "target/%s" - :profiles {:uberjar {:aot :all}}) + :profiles {}) diff --git a/test/activity_pub_poc/core_test.clj b/src/test/activity_pub_poc/core_test.clj similarity index 100% rename from test/activity_pub_poc/core_test.clj rename to src/test/activity_pub_poc/core_test.clj