Skip to content

Commit

Permalink
hide spurious errors from log
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetised committed Nov 6, 2024
1 parent 64a9a7f commit 4e35a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/elixir_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: mix compile --force --all-warnings --warnings-as-errors

- name: Run tests
run: mix test
run: mix test --trace
formatting:
name: Check formatting
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Config

config :logger, level: :warning
config :logger, level: :critical

config :electric_phoenix, Electric.Phoenix.LiveViewTest.Endpoint, []

Expand Down

0 comments on commit 4e35a64

Please sign in to comment.