[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.
This commit is contained in:
Peter Taoussanis 2024-05-01 17:05:47 +02:00
parent a47d2db99e
commit 378465b373

View file

@ -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"