Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mix test --no-start? #10

Open
eatobin opened this issue May 11, 2017 · 2 comments
Open

mix test --no-start? #10

eatobin opened this issue May 11, 2017 · 2 comments

Comments

@eatobin
Copy link

eatobin commented May 11, 2017

Hello...

How can I run:

mix test --no-start

from inside your wonderful product?

Thanks.

@noseglid
Copy link
Member

Doesn't look like that's possible at the moment. Maybe you want to add it in PR? Something similar to compile with warnings as errors target would probably do it

@eatobin
Copy link
Author

eatobin commented May 12, 2017

Thank you for looking into this and I do think it would be an good addition to atom-build-elixir.

For now, I've just amended my mix.exs file this way:

def project do 
  [aliases: [test: "test --no-start"]] 
end

Found this solution here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants