Skip to content

Commit

Permalink
fix: drop prebuilt deps in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Oct 19, 2024
1 parent 12a4a8e commit 0d8a159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
if: ${{matrix.lint}}

- name: Run tests
run: mix test --trace
run: rm -rf _build && mix test --trace

0 comments on commit 0d8a159

Please sign in to comment.