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
Copy file name to clipboardExpand all lines: .circleci/config.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,6 @@ jobs:
44
44
- run: deps/ensure-deps-up-to-date
45
45
46
46
# run tests!
47
-
- run: lein do clean, with-profile +leak-detection test
47
+
- run: lein do clean, with-profile +leak-detection test :default+leak
48
48
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
0 commit comments