Skip to content

Commit

Permalink
Fix failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Jul 15, 2023
1 parent 334650a commit 494abf6
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 @@ -63,7 +63,7 @@ jobs:
run: mix credo --strict

- name: Run tests
run: mix test --coverage
run: mix test --cover

- name: Run Dialyzer
run: mix dialyzer
Expand Down

0 comments on commit 494abf6

Please sign in to comment.