We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd65ef commit 04a71cdCopy full SHA for 04a71cd
project.clj
@@ -61,6 +61,10 @@
61
:benchmark :benchmark
62
:integration :integration
63
:stress :stress
64
+ :clj-http [(fn clj-http-ns-pred [namespc & _]
65
+ (.contains (str namespc) "clj-http"))
66
+ (fn clj-http-test-pred [m & _]
67
+ (not (:ignore m)))]
68
:all (constantly true)}
69
:jvm-opts ^:replace ["-server"
70
"-Xmx2g"
0 commit comments