mirror of
https://github.com/taoensso/telemere.git
synced 2026-01-02 07:48:24 +00:00
[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:
parent
a47d2db99e
commit
378465b373
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue