Skip to content

mix test --no-start? #10

@eatobin

Description

@eatobin

Hello...

How can I run:

mix test --no-start

from inside your wonderful product?

Thanks.

Activity

noseglid

noseglid commented on May 12, 2017

@noseglid
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

eatobin commented on May 12, 2017

@eatobin
Author

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @eatobin@noseglid

        Issue actions

          mix test --no-start? · Issue #10 · AtomBuild/atom-build-elixir