Remove attachment folder after test run

I have arc_ecto plugin for image uploads with such test.exs config:

config :arc,
  storage: Arc.Storage.Local

After test run I have upload folder with saved images after running test cases. I would like remove this folder after mix test automatically. How can I do this?