From 756434ba4119ef3a52f6f160e04716734a70e5c6 Mon Sep 17 00:00:00 2001 From: Edward Hesketh Date: Sat, 12 Oct 2024 22:45:31 +0100 Subject: [PATCH] perf(ci): concurrent build and test Before, test waited on build to complete to run, despite the actions not being dependent of each other. --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36d949d..00ba1bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,6 @@ jobs: name: libsquirrel.a test: runs-on: ubuntu-latest - needs: build steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: