8 lines
85 B
Text
8 lines
85 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
mix test
|
||
|
|
||
|
(cd integration_test/temple_demo && mix test)
|