From 5257b2ff34a4f229b341ad2ae317358c005f6264 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sat, 7 Mar 2026 15:02:17 -0600 Subject: [PATCH] perf: run test-exunit and test-e2e in parallel --- .forgejo/workflows/production.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/workflows/production.yaml b/.forgejo/workflows/production.yaml index bb2cb21c..d891ef3b 100644 --- a/.forgejo/workflows/production.yaml +++ b/.forgejo/workflows/production.yaml @@ -79,7 +79,6 @@ jobs: test-e2e: name: Run E2E Tests runs-on: ubuntu-22.04 - needs: test-exunit env: MIX_ENV: dev DATABASE_URL: ecto://postgres:postgres@postgres/towerops_dev