From 5c6bcc45e395de406fdafa7a5d73b525e1faaa65 Mon Sep 17 00:00:00 2001 From: Leroy Hopson Date: Sat, 30 Mar 2024 15:49:55 +1300 Subject: [PATCH] Revert "fix(ci): make tests need builds to complete" This reverts commit f9f055f08e79e5beecb8bc4877eb346250147e2e. --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f75285..621e8be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -235,7 +235,6 @@ jobs: test: name: Test (${{ matrix.platform }}, ${{ matrix.arch }}, ${{ matrix.godot-version }}) - needs: [build-linux, build-other-platforms] runs-on: ${{ matrix.os }} strategy: fail-fast: false