mirror of
https://github.com/plausible/analytics.git
synced 2024-11-30 00:58:54 +03:00
Set warnings as errors
This commit is contained in:
parent
0fcd2b2474
commit
cb4b41b945
2
.github/workflows/elixir.yml
vendored
2
.github/workflows/elixir.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
- name: Check Credo Warnings
|
||||
run: mix credo diff --from-git-merge-base origin/master
|
||||
- name: Run tests
|
||||
run: mix test --include slow --max-failures 1
|
||||
run: mix test --include slow --max-failures 1 --warnings-as-errors
|
||||
- name: Check Dialyzer
|
||||
run: mix dialyzer
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user