8 lines
138 B
Elixir
8 lines
138 B
Elixir
[
|
|
tasks: [
|
|
# Only run tests affected by changed files
|
|
"test --stale"
|
|
],
|
|
# Clear screen before running tests
|
|
clear: true
|
|
]
|