Skip to content

Commit

Permalink
Add .exguard.exs config file
Browse files Browse the repository at this point in the history
Co-authored-by: amadeu01 <[email protected]>
  • Loading branch information
wevtimoteo and amadeu01 committed Sep 18, 2020
1 parent 91462aa commit 708511f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .exguard.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use ExGuard.Config

guard("unit-test", run_on_start: false)
|> command("mix test --color")
|> watch(~r{\.(ex|exs)\z}i)
|> ignore(~r{deps})
|> notification(:auto)

0 comments on commit 708511f

Please sign in to comment.