gate builds on tests

This commit is contained in:
Scott Lessans 2025-08-05 11:53:47 -07:00
parent ff28a9ed87
commit bcbabf7b93

View file

@ -33,7 +33,9 @@ jobs:
with:
python-version: "3.11"
rust-toolchain: stable
linux:
needs: [tests]
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
@ -68,6 +70,7 @@ jobs:
path: dist
musllinux:
needs: [tests]
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
@ -102,6 +105,7 @@ jobs:
path: dist
windows:
needs: [tests]
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
@ -129,6 +133,7 @@ jobs:
path: dist
macos:
needs: [tests]
runs-on: ${{ matrix.platform.runner }}
strategy:
matrix:
@ -155,6 +160,7 @@ jobs:
path: dist
sdist:
needs: [tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4