One more test selector
This commit is contained in:
parent
009d4c6232
commit
f44b98ac3d
1 changed files with 4 additions and 3 deletions
|
|
@ -6,9 +6,10 @@
|
||||||
[org.mongodb/mongo-java-driver "2.7.3"]
|
[org.mongodb/mongo-java-driver "2.7.3"]
|
||||||
[com.novemberain/validateur "1.1.0-beta1"]]
|
[com.novemberain/validateur "1.1.0-beta1"]]
|
||||||
:test-selectors {:default (complement :performance)
|
:test-selectors {:default (complement :performance)
|
||||||
:focus :focus
|
:focus :focus
|
||||||
:indexing :indexing
|
:indexing :indexing
|
||||||
:external :external
|
:external :external
|
||||||
|
:cache :cache
|
||||||
:performance :performance
|
:performance :performance
|
||||||
:all (constantly true)}
|
:all (constantly true)}
|
||||||
:codox {:exclude [monger.internal.pagination]}
|
:codox {:exclude [monger.internal.pagination]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue