Exclude tmp_dir tests on < 1.11
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index dd7592a..5ba869d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
- run: mix compile --warnings-as-errors
if: ${{ matrix.lint }}
- - run: mix test
+ - run: mix test --exclude tmp_dir
if: ${{ ! matrix.lint }}
- run: mix test --warnings-as-errors