33c95186fb
Code is gross
7 lines
85 B
Bash
Executable file
7 lines
85 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
mix test
|
|
|
|
(cd integration_test/temple_demo && mix test)
|