This commit is contained in:
parent
7b14c537aa
commit
2843373476
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ jobs:
|
||||||
- name: Check for compiler warnings
|
- name: Check for compiler warnings
|
||||||
run: mix compile --warnings-as-errors
|
run: mix compile --warnings-as-errors
|
||||||
|
|
||||||
- name: Run tests
|
# - name: Run tests
|
||||||
run: mix test
|
# run: mix test
|
||||||
|
|
||||||
- name: Check for unused dependencies
|
- name: Check for unused dependencies
|
||||||
run: mix deps.unlock --check-unused
|
run: mix deps.unlock --check-unused
|
||||||
|
|
Loading…
Reference in a new issue