This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Open
Description
With the following dev
profile in project.clj
:
:profiles {:dev {:test-paths ["test" "it"]
:dependencies [[circleci/circleci.test "0.4.1"]]}}
All tests are run twice using the circle ci plugin. The test alias is setup like so:
"test" ["run" "-m" "circleci.test/dir" :project/test-paths]
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.
Metadata
Assignees
Labels
No labels