ci: build-nix depends on test like other package builds

pull/1150/head
Mitchell Hashimoto 2023-12-22 14:29:37 -08:00
parent 18ada8d118
commit 98abf0d186
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ jobs:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
needs: test
steps:
- name: Checkout code
uses: actions/checkout@v4