From 60405ea7f10581789f3f98b62724dadcf3abac96 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Fri, 14 Jan 2022 10:50:23 +0100 Subject: [PATCH] CI test job doesn't need to wait for build The CI test job doesn't need to wait for the build job to finish. Removing the needs will speed up CI. --- .github/workflows/iosched.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/iosched.yaml b/.github/workflows/iosched.yaml index 01749ed0d8..41e2d65683 100644 --- a/.github/workflows/iosched.yaml +++ b/.github/workflows/iosched.yaml @@ -46,7 +46,6 @@ jobs: path: mobile/build/reports/ test: - needs: build runs-on: macOS-latest # enables hardware acceleration in the virtual machine timeout-minutes: 30 strategy: