mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Only run the test step after build completes
This prevents the test step from duplicating work from the build step. This minimizes contention on our macOS build infra most significantly, but the others too.
This commit is contained in:
parent
498f34b336
commit
eea5988e6d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
path: ./tarball/*.xz
|
||||
test:
|
||||
if: ${{ inputs.if && inputs.run_tests}}
|
||||
needs: build
|
||||
strategy:
|
||||
fail-fast: false
|
||||
runs-on: ${{ inputs.os }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue