From e80e98ddda13a6ab5764f478cfa21b6d503a7820 Mon Sep 17 00:00:00 2001 From: Gabriel Oliveira Date: Thu, 21 Nov 2024 20:24:29 -0300 Subject: [PATCH] Revert "chore: exclude cluster change on ci" This reverts commit d8373061084bfba162632de41841650ac1265e23. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46b6f01..e3648c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,4 @@ jobs: - run: docker compose -f "test/compose_files/docker-compose.yml" up -d - run: MIX_ENV=prod mix deps.get - run: MIX_ENV=prod mix compile --warnings-as-errors - - run: mix test --exclude cluster_change --warnings-as-errors + - run: mix test --warnings-as-errors