Skip to content

Commit

Permalink
Remove unsupported flag
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Jun 21, 2024
1 parent 5629d46 commit f01b9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/github_workflows.ex
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ defmodule GithubWorkflows do
env: [
MIX_ENV: "test"
],
run: "mix test --cover --warnings-as-errors"
run: "mix test --cover"
]
]
)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
- name: Run tests
env:
MIX_ENV: test
run: mix test --cover --warnings-as-errors
run: mix test --cover
unused_deps:
needs: compile
name: Check unused deps
Expand Down

0 comments on commit f01b9bb

Please sign in to comment.