From 34bb2440bb3e9aa312475b5cba97e5b33fa1c61a Mon Sep 17 00:00:00 2001 From: Alex Pearwin Date: Mon, 30 Oct 2023 09:33:06 +0000 Subject: [PATCH] Don't run tests. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97fb819..8c96e09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,5 +75,5 @@ jobs: run: mix dialyzer --format github # Tests. - - name: Check tests - run: mix test + # - name: Check tests + # run: mix test