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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the following
dev
profile 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 test
without 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.The text was updated successfully, but these errors were encountered: