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
I'm using ElixrLS and I like the feature "Run test" over test cases but in our project we need to set some env vars before running the tests.
It would be nice to have a way to config a prefix command to mix test, this way we could set in configuration something like FOO=bar and the final run command would be FOO=bar && mix test ....
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm using ElixrLS and I like the feature "Run test" over test cases but in our project we need to set some env vars before running the tests.
It would be nice to have a way to config a prefix command to
mix test, this way we could set in configuration something likeFOO=barand the final run command would beFOO=bar && mix test ....All reactions