You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
After some experimentation, the "test" folder is picked up by leiningen even if it isn't included in the profile. However, running lein test without the plugin will only ever run the test suite once, even with "test" included in test-paths. When the circle ci plugin is enabled and configured above, tests will run twice.
With the following
devprofile inproject.clj:All tests are run twice using the circle ci plugin. The test alias is setup like so:
After some experimentation, the
"test"folder is picked up by leiningen even if it isn't included in the profile. However, runninglein testwithout the plugin will only ever run the test suite once, even with"test"included intest-paths. When the circle ci plugin is enabled and configured above, tests will run twice.