Skip to content
Snippets Groups Projects
Commit df765d30 authored by Robert Roland's avatar Robert Roland Committed by Cam Saul
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 1ecd2534
Branches
Tags
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.
Please register or to comment