6 lines
38 B
Text
6 lines
38 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
mix test
|