diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13ef3c0..9783241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,6 @@ jobs: run: mix local.hex --force - name: Install dependencies run: mix deps.get - - run: mix format --check-formatted - run: mix test test_ubuntu: name: Elixir ${{ matrix.pair.elixir }} OTP ${{ matrix.pair.otp }} (Ubuntu)