Skip to content

Commit

Permalink
Final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Argonus committed Apr 22, 2022
1 parent d598aac commit 3084b71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ jobs:
mix dialyzer --plt
- name: Run dialyzer
run: mix dialyzer --no-check --halt-exit-status
run: mix dialyzer --no-check
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ jobs:
- name: Docker ps
run: docker ps -a
- name: Run Tests
run: ./scripts/all_tests.sh
run: ./scripts/ci_tests.sh
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ defmodule KafkaEx.Mixfile do
elixir: "~> 1.6",
dialyzer: [
plt_add_deps: :transitive,
plt_add_apps: [:ssl],
flags: [
:error_handling,
:race_conditions
Expand Down

0 comments on commit 3084b71

Please sign in to comment.