Skip to content

Commit 77777bd

Browse files
committed
Reintroduce --warnings-as-errors in CI
What changed? ============ Commit 8385f07 removed our `--warnings-as-errors` flag in CI while we had internal deprecation warnings. Now that we've removed the deprecated functions, we reintroduce the flag.
1 parent fef7e82 commit 77777bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: mix deps.get
6565

6666
- name: Compiles without warnings
67-
run: mix compile
67+
run: mix compile --warnings-as-errors
6868

6969
- name: Check Formatting
7070
run: mix format --check-formatted

0 commit comments

Comments
 (0)