Skip to content

Commit

Permalink
Remove --force from compile step (#530)
Browse files Browse the repository at this point in the history
We shouldn't need to force a fresh recompilation for each CI run.
  • Loading branch information
jparise committed Nov 24, 2020
1 parent 07306a2 commit e609531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Compile
run: |
mix deps.compile
mix compile --force --warnings-as-errors
mix compile --warnings-as-errors
- name: Run tests
if: matrix.elixir != '1.11'
run: mix test
Expand Down

0 comments on commit e609531

Please sign in to comment.