Revert "fix(ci): make tests need builds to complete"

This reverts commit f9f055f08e.
This commit is contained in:
Leroy Hopson 2024-03-30 15:49:55 +13:00
parent 4afa6f770b
commit 5c6bcc45e3
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -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