From 378465b3731bc6c64853dc32e891356ae0b4128e Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Wed, 1 May 2024 17:05:47 +0200 Subject: [PATCH] [nop] Disable AOT tests These seem to cause intermittent issues with GitHub actions. Seems like GHA might be caching builds somehow, even when a caching action isn't present? Can't reproduce locally, and haven't had an opportunity yet to identify or fix the underlying cause, so just disabling these for now. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 702fee3..7a18e46 100644 --- a/project.clj +++ b/project.clj @@ -29,7 +29,7 @@ [[org.clojure/clojure "1.11.2"] [com.github.clj-easy/graal-build-time "1.0.5"]]} - :test {:aot [taoensso.telemere-tests]} + :test {:aot [] #_[taoensso.telemere-tests]} :dev {:jvm-opts ["-server"