Skip to content

Instantly share code, notes, and snippets.

@daisuke-morita
Created February 7, 2016 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daisuke-morita/f609cbc3d5fe2e534627 to your computer and use it in GitHub Desktop.
Save daisuke-morita/f609cbc3d5fe2e534627 to your computer and use it in GitHub Desktop.
Elixirのテスト実行
#!/bin/bash
export MIX_ENV="test"
mix do deps.get, deps.compile, compile, test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment