Skip to content
Snippets Groups Projects
Unverified Commit 8fdb9db0 authored by Robert Roland's avatar Robert Roland Committed by GitHub
Browse files

Forcing the run profile to include all drivers (#12435)

This alias was overriding any with-profiles from the command line. This
will force all the drivers to be loaded when doing lein run, which will
let local development against drivers work with lein run.
parent ec5f8f13
No related merge requests found
......@@ -216,7 +216,8 @@
{:test-paths ^:replace []}
:run
[:exclude-tests {}]
[:include-all-drivers
:exclude-tests {}]
:run-with-repl
[:exclude-tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment